Html Css Color HEX #42A519 Kelly Green

📋 copy color: '#42A519'

red 66 ◦ green 165 ◦ blue 25

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

Shades of Kelly Green #42A519

Tints of Kelly Green #42A519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.77%

R = 25.78%
G = 64.45%
B = 9.77%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#42A519 (or 0x42A519) is known color: Kelly Green. HEX triplet: 42, A5 and 19. RGB value is (66,165,25). Sum of RGB (Red+Green+Blue) = 66+165+25=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 165 (64.84% from 255 or 64.45% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 165 - color contains mainly: green. Hex color #42A519 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42A519 is #BD5AE6. Grayscale: #777777. Windows color (decimal): -12409575 or 1680706. OLE color: 1680706.

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

Color convert

RGB 66 165 25 -
CMYK 0.60 0 0.85 0.35
HSL 102.43º 0.74% 0.37% -
HSV(B) 102.43º 0.85% 0.65% -
XYZ 15.88 28.14 5.51 -
YUV 119.44 74.7 89.88 -
System Red Green Blue C M Y K H S L
Decimal 66 165 25 0.60 0 0.85 0.35 102.43 0.74 0.37
Hex 42 A5 19 3C 0 55 23 66 4A 25
Octal 102 245 31 74 0 125 43 146 112 45
Binary 1000010 10100101 11001 111100 0 1010101 100011 1100110 1001010 100101

Color Harmonies of #42A519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A519

Black with #42A519

Text Example


Text Example

White with #42A519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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