Html Css Color HEX #42B82B Kelly Green

📋 copy color: '#42B82B'

red 66 ◦ green 184 ◦ blue 43

#42B82B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #42B82B

Tints of Kelly Green #42B82B

RGB

 RED value IS 66 (26.17% from 255) = 22.53%

 GREEN value IS 184 (72.27% from 255) = 62.8%

 BLUE value IS 43 (17.19% from 255) = 14.68%

R = 22.53%
G = 62.8%
B = 14.68%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.77

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#42B82B (or 0x42B82B) is known color: Kelly Green. HEX triplet: 42, B8 and 2B. RGB value is (66,184,43). Sum of RGB (Red+Green+Blue) = 66+184+43=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 184 (72.27% from 255 or 62.80% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 184 - color contains mainly: green. Hex color #42B82B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B82B is #BD47D4. Grayscale: #858585. Windows color (decimal): -12404693 or 2865218. OLE color: 2865218.

HSL color Cylindrical-coordinate representation of color #42B82B: hue angle of 110.21º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42B82B is Cyan = 0.64, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 66 184 43 -
CMYK 0.64 0 0.77 0.28
HSL 110.21º 0.62% 0.45% -
HSV(B) 110.21º 0.77% 0.72% -
XYZ 19.82 35.61 8.11 -
YUV 132.64 77.41 80.46 -
System Red Green Blue C M Y K H S L
Decimal 66 184 43 0.64 0 0.77 0.28 110.21 0.62 0.45
Hex 42 B8 2B 40 0 4D 1C 6E 3E 2D
Octal 102 270 53 100 0 115 34 156 76 55
Binary 1000010 10111000 101011 1000000 0 1001101 11100 1101110 111110 101101

Color Harmonies of #42B82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B82B

Black with #42B82B

Text Example


Text Example

White with #42B82B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42B82B; }

 p { color: rgb(66,184,43); }

 H1.HeaderClassName
 {
   color: #42B82B;
 }
 .AnyTagClassName
 {
   color: #42B82B;
 }
</style>

background-color css

<style>
 a { background-color: #42B82B; }

 a { background-color: rgb(66,184,43); }

 div.DivClassName
 {
   background-color: #42B82B;
 }
 .BgClassName
 {
   background-color: #42B82B;
 }
</style>

border-color css

<style>
 span { border-color: #42B82B; }

 span { border-color: rgb(66,184,43); }

 td.TdClassName
 {
   border-color: #42B82B;
 }
 .TagClassName
 {
   border-color: #42B82B;
 }
</style>