Html Css Color HEX #42CD19 Kelly Green

📋 copy color: '#42CD19'

red 66 ◦ green 205 ◦ blue 25

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

Shades of Kelly Green #42CD19

Tints of Kelly Green #42CD19

RGB

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

 GREEN value IS 205 (80.47% from 255) = 69.26%

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

R = 22.3%
G = 69.26%
B = 8.45%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#42CD19 (or 0x42CD19) is known color: Kelly Green. HEX triplet: 42, CD and 19. RGB value is (66,205,25). Sum of RGB (Red+Green+Blue) = 66+205+25=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 205 (80.47% from 255 or 69.26% from 296); Blue value is 25 (10.16% from 255 or 8.45% from 296); Max value from RGB is 205 - color contains mainly: green. Hex color #42CD19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42CD19 is #BD32E6. Grayscale: #8F8F8F. Windows color (decimal): -12399335 or 1690946. OLE color: 1690946.

HSL color Cylindrical-coordinate representation of color #42CD19: hue angle of 106.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42CD19 is Cyan = 0.68, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 205 25 -
CMYK 0.68 0 0.88 0.20
HSL 106.33º 0.78% 0.45% -
HSV(B) 106.33º 0.88% 0.8% -
XYZ 24.25 44.89 8.31 -
YUV 142.92 61.45 73.14 -
System Red Green Blue C M Y K H S L
Decimal 66 205 25 0.68 0 0.88 0.20 106.33 0.78 0.45
Hex 42 CD 19 44 0 58 14 6A 4E 2D
Octal 102 315 31 104 0 130 24 152 116 55
Binary 1000010 11001101 11001 1000100 0 1011000 10100 1101010 1001110 101101

Color Harmonies of #42CD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CD19

Black with #42CD19

Text Example


Text Example

White with #42CD19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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