Html Css Color HEX #42DA11 Kelly Green

📋 copy color: '#42DA11'

red 66 ◦ green 218 ◦ blue 17

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

Shades of Kelly Green #42DA11

Tints of Kelly Green #42DA11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.65%

R = 21.93%
G = 72.43%
B = 5.65%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#42DA11 (or 0x42DA11) is known color: Kelly Green. HEX triplet: 42, DA and 11. RGB value is (66,218,17). Sum of RGB (Red+Green+Blue) = 66+218+17=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 218 (85.55% from 255 or 72.43% from 301); Blue value is 17 (7.03% from 255 or 5.65% from 301); Max value from RGB is 218 - color contains mainly: green. Hex color #42DA11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42DA11 is #BD25EE. Grayscale: #969696. Windows color (decimal): -12396015 or 1169986. OLE color: 1169986.

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

Color convert

RGB 66 218 17 -
CMYK 0.70 0 0.92 0.15
HSL 105.37º 0.86% 0.46% -
HSV(B) 105.37º 0.92% 0.85% -
XYZ 27.42 51.34 9 -
YUV 149.64 53.14 68.34 -
System Red Green Blue C M Y K H S L
Decimal 66 218 17 0.70 0 0.92 0.15 105.37 0.86 0.46
Hex 42 DA 11 46 0 5C F 69 56 2E
Octal 102 332 21 106 0 134 17 151 126 56
Binary 1000010 11011010 10001 1000110 0 1011100 1111 1101001 1010110 101110

Color Harmonies of #42DA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DA11

Black with #42DA11

Text Example


Text Example

White with #42DA11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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