Html Css Color HEX #42A505 Kelly Green

📋 copy color: '#42A505'

red 66 ◦ green 165 ◦ blue 5

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

Shades of Kelly Green #42A505

Tints of Kelly Green #42A505

RGB

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

 GREEN value IS 165 (64.84% from 255) = 69.92%

 BLUE value IS 5 (2.34% from 255) = 2.12%

R = 27.97%
G = 69.92%
B = 2.12%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#42A505 (or 0x42A505) is known color: Kelly Green. HEX triplet: 42, A5 and 05. RGB value is (66,165,5). Sum of RGB (Red+Green+Blue) = 66+165+5=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 165 (64.84% from 255 or 69.92% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 165 - color contains mainly: green. Hex color #42A505 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42A505 is #BD5AFA. Grayscale: #757575. Windows color (decimal): -12409595 or 369986. OLE color: 369986.

HSL color Cylindrical-coordinate representation of color #42A505: hue angle of 97.12º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #42A505 is Cyan = 0.60, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.35.

Color convert

RGB 66 165 5 -
CMYK 0.60 0 0.97 0.35
HSL 97.13º 0.94% 0.33% -
HSV(B) 97.13º 0.97% 0.65% -
XYZ 15.73 28.08 4.73 -
YUV 117.16 64.7 91.51 -
System Red Green Blue C M Y K H S L
Decimal 66 165 5 0.60 0 0.97 0.35 97.13 0.94 0.33
Hex 42 A5 5 3C 0 61 23 61 5E 21
Octal 102 245 5 74 0 141 43 141 136 41
Binary 1000010 10100101 101 111100 0 1100001 100011 1100001 1011110 100001

Color Harmonies of #42A505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A505

Black with #42A505

Text Example


Text Example

White with #42A505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,165,5); }

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

background-color css

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

 a { background-color: rgb(66,165,5); }

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

border-color css

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

 span { border-color: rgb(66,165,5); }

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