Html Css Color HEX #42B419 Kelly Green

📋 copy color: '#42B419'

red 66 ◦ green 180 ◦ blue 25

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

Shades of Kelly Green #42B419

Tints of Kelly Green #42B419

RGB

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

 GREEN value IS 180 (70.7% from 255) = 66.42%

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

R = 24.35%
G = 66.42%
B = 9.23%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#42B419 (or 0x42B419) is known color: Kelly Green. HEX triplet: 42, B4 and 19. RGB value is (66,180,25). Sum of RGB (Red+Green+Blue) = 66+180+25=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 180 (70.70% from 255 or 66.42% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 180 - color contains mainly: green. Hex color #42B419 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42B419 is #BD4BE6. Grayscale: #808080. Windows color (decimal): -12405735 or 1684546. OLE color: 1684546.

HSL color Cylindrical-coordinate representation of color #42B419: hue angle of 104.13º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #42B419 is Cyan = 0.63, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 66 180 25 -
CMYK 0.63 0 0.86 0.29
HSL 104.13º 0.76% 0.4% -
HSV(B) 104.13º 0.86% 0.71% -
XYZ 18.74 33.87 6.47 -
YUV 128.24 69.73 83.6 -
System Red Green Blue C M Y K H S L
Decimal 66 180 25 0.63 0 0.86 0.29 104.13 0.76 0.4
Hex 42 B4 19 3F 0 56 1D 68 4C 28
Octal 102 264 31 77 0 126 35 150 114 50
Binary 1000010 10110100 11001 111111 0 1010110 11101 1101000 1001100 101000

Color Harmonies of #42B419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B419

Black with #42B419

Text Example


Text Example

White with #42B419

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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