Html Css Color HEX #42A308 Kelly Green

📋 copy color: '#42A308'

red 66 ◦ green 163 ◦ blue 8

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

Shades of Kelly Green #42A308

Tints of Kelly Green #42A308

RGB

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

 GREEN value IS 163 (64.06% from 255) = 68.78%

 BLUE value IS 8 (3.52% from 255) = 3.38%

R = 27.85%
G = 68.78%
B = 3.38%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#42A308 (or 0x42A308) is known color: Kelly Green. HEX triplet: 42, A3 and 08. RGB value is (66,163,8). Sum of RGB (Red+Green+Blue) = 66+163+8=237 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.85% from 237); Green value is 163 (64.06% from 255 or 68.78% from 237); Blue value is 8 (3.52% from 255 or 3.38% from 237); Max value from RGB is 163 - color contains mainly: green. Hex color #42A308 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42A308 is #BD5CF7. Grayscale: #747474. Windows color (decimal): -12410104 or 566082. OLE color: 566082.

HSL color Cylindrical-coordinate representation of color #42A308: hue angle of 97.55º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #42A308 is Cyan = 0.60, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB 66 163 8 -
CMYK 0.60 0 0.95 0.36
HSL 97.55º 0.91% 0.34% -
HSV(B) 97.55º 0.95% 0.64% -
XYZ 15.39 27.37 4.7 -
YUV 116.33 66.86 92.1 -
System Red Green Blue C M Y K H S L
Decimal 66 163 8 0.60 0 0.95 0.36 97.55 0.91 0.34
Hex 42 A3 8 3C 0 5F 24 62 5B 22
Octal 102 243 10 74 0 137 44 142 133 42
Binary 1000010 10100011 1000 111100 0 1011111 100100 1100010 1011011 100010

Color Harmonies of #42A308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A308

Black with #42A308

Text Example


Text Example

White with #42A308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,163,8); }

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

background-color css

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

 a { background-color: rgb(66,163,8); }

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

border-color css

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

 span { border-color: rgb(66,163,8); }

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