Html Css Color HEX #42DA19 Kelly Green

📋 copy color: '#42DA19'

red 66 ◦ green 218 ◦ blue 25

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

Shades of Kelly Green #42DA19

Tints of Kelly Green #42DA19

RGB

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

 GREEN value IS 218 (85.55% from 255) = 70.55%

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

R = 21.36%
G = 70.55%
B = 8.09%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#42DA19 (or 0x42DA19) is known color: Kelly Green. HEX triplet: 42, DA and 19. RGB value is (66,218,25). Sum of RGB (Red+Green+Blue) = 66+218+25=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 218 (85.55% from 255 or 70.55% from 309); Blue value is 25 (10.16% from 255 or 8.09% from 309); Max value from RGB is 218 - color contains mainly: green. Hex color #42DA19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42DA19 is #BD25E6. Grayscale: #979797. Windows color (decimal): -12396007 or 1694274. OLE color: 1694274.

HSL color Cylindrical-coordinate representation of color #42DA19: hue angle of 107.25º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42DA19 is Cyan = 0.70, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 218 25 -
CMYK 0.70 0 0.89 0.15
HSL 107.25º 0.79% 0.48% -
HSV(B) 107.25º 0.89% 0.85% -
XYZ 27.49 51.37 9.39 -
YUV 150.55 57.14 67.69 -
System Red Green Blue C M Y K H S L
Decimal 66 218 25 0.70 0 0.89 0.15 107.25 0.79 0.48
Hex 42 DA 19 46 0 59 F 6B 4F 30
Octal 102 332 31 106 0 131 17 153 117 60
Binary 1000010 11011010 11001 1000110 0 1011001 1111 1101011 1001111 110000

Color Harmonies of #42DA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DA19

Black with #42DA19

Text Example


Text Example

White with #42DA19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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