Html Css Color HEX #42D815 Kelly Green

📋 copy color: '#42D815'

red 66 ◦ green 216 ◦ blue 21

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

Shades of Kelly Green #42D815

Tints of Kelly Green #42D815

RGB

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

 GREEN value IS 216 (84.77% from 255) = 71.29%

 BLUE value IS 21 (8.59% from 255) = 6.93%

R = 21.78%
G = 71.29%
B = 6.93%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#42D815 (or 0x42D815) is known color: Kelly Green. HEX triplet: 42, D8 and 15. RGB value is (66,216,21). Sum of RGB (Red+Green+Blue) = 66+216+21=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 216 (84.77% from 255 or 71.29% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 216 - color contains mainly: green. Hex color #42D815 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42D815 is #BD27EA. Grayscale: #959595. Windows color (decimal): -12396523 or 1431618. OLE color: 1431618.

HSL color Cylindrical-coordinate representation of color #42D815: hue angle of 106.15º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #42D815 is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 216 21 -
CMYK 0.69 0 0.90 0.15
HSL 106.15º 0.82% 0.46% -
HSV(B) 106.15º 0.9% 0.85% -
XYZ 26.94 50.32 9 -
YUV 148.92 55.81 68.86 -
System Red Green Blue C M Y K H S L
Decimal 66 216 21 0.69 0 0.90 0.15 106.15 0.82 0.46
Hex 42 D8 15 45 0 5A F 6A 52 2E
Octal 102 330 25 105 0 132 17 152 122 56
Binary 1000010 11011000 10101 1000101 0 1011010 1111 1101010 1010010 101110

Color Harmonies of #42D815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D815

Black with #42D815

Text Example


Text Example

White with #42D815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,216,21); }

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

background-color css

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

 a { background-color: rgb(66,216,21); }

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

border-color css

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

 span { border-color: rgb(66,216,21); }

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