Html Css Color HEX #42D619 Kelly Green

📋 copy color: '#42D619'

red 66 ◦ green 214 ◦ blue 25

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

Shades of Kelly Green #42D619

Tints of Kelly Green #42D619

RGB

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

 GREEN value IS 214 (83.98% from 255) = 70.16%

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

R = 21.64%
G = 70.16%
B = 8.2%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#42D619 (or 0x42D619) is known color: Kelly Green. HEX triplet: 42, D6 and 19. RGB value is (66,214,25). Sum of RGB (Red+Green+Blue) = 66+214+25=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 214 (83.98% from 255 or 70.16% from 305); Blue value is 25 (10.16% from 255 or 8.20% from 305); Max value from RGB is 214 - color contains mainly: green. Hex color #42D619 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42D619 is #BD29E6. Grayscale: #949494. Windows color (decimal): -12397031 or 1693250. OLE color: 1693250.

HSL color Cylindrical-coordinate representation of color #42D619: hue angle of 106.98º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42D619 is Cyan = 0.69, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 66 214 25 -
CMYK 0.69 0 0.88 0.16
HSL 106.98º 0.79% 0.47% -
HSV(B) 106.98º 0.88% 0.84% -
XYZ 26.47 49.32 9.04 -
YUV 148.2 58.47 69.37 -
System Red Green Blue C M Y K H S L
Decimal 66 214 25 0.69 0 0.88 0.16 106.98 0.79 0.47
Hex 42 D6 19 45 0 58 10 6B 4F 2F
Octal 102 326 31 105 0 130 20 153 117 57
Binary 1000010 11010110 11001 1000101 0 1011000 10000 1101011 1001111 101111

Color Harmonies of #42D619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D619

Black with #42D619

Text Example


Text Example

White with #42D619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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