Html Css Color HEX #42C819 Kelly Green

📋 copy color: '#42C819'

red 66 ◦ green 200 ◦ blue 25

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

Shades of Kelly Green #42C819

Tints of Kelly Green #42C819

RGB

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

 GREEN value IS 200 (78.52% from 255) = 68.73%

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

R = 22.68%
G = 68.73%
B = 8.59%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#42C819 (or 0x42C819) is known color: Kelly Green. HEX triplet: 42, C8 and 19. RGB value is (66,200,25). Sum of RGB (Red+Green+Blue) = 66+200+25=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 200 (78.52% from 255 or 68.73% from 291); Blue value is 25 (10.16% from 255 or 8.59% from 291); Max value from RGB is 200 - color contains mainly: green. Hex color #42C819 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42C819 is #BD37E6. Grayscale: #8C8C8C. Windows color (decimal): -12400615 or 1689666. OLE color: 1689666.

HSL color Cylindrical-coordinate representation of color #42C819: hue angle of 105.94º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42C819 is Cyan = 0.67, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 66 200 25 -
CMYK 0.67 0 0.88 0.22
HSL 105.94º 0.78% 0.44% -
HSV(B) 105.94º 0.88% 0.78% -
XYZ 23.08 42.54 7.91 -
YUV 139.98 63.11 75.23 -
System Red Green Blue C M Y K H S L
Decimal 66 200 25 0.67 0 0.88 0.22 105.94 0.78 0.44
Hex 42 C8 19 43 0 58 16 6A 4E 2C
Octal 102 310 31 103 0 130 26 152 116 54
Binary 1000010 11001000 11001 1000011 0 1011000 10110 1101010 1001110 101100

Color Harmonies of #42C819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C819

Black with #42C819

Text Example


Text Example

White with #42C819

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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