Html Css Color HEX #42D806 Kelly Green

📋 copy color: '#42D806'

red 66 ◦ green 216 ◦ blue 6

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

Shades of Kelly Green #42D806

Tints of Kelly Green #42D806

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.08%

R = 22.92%
G = 75%
B = 2.08%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#42D806 (or 0x42D806) is known color: Kelly Green. HEX triplet: 42, D8 and 06. RGB value is (66,216,6). Sum of RGB (Red+Green+Blue) = 66+216+6=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 216 (84.77% from 255 or 75% from 288); Blue value is 6 (2.73% from 255 or 2.08% from 288); Max value from RGB is 216 - color contains mainly: green. Hex color #42D806 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42D806 is #BD27F9. Grayscale: #939393. Windows color (decimal): -12396538 or 448578. OLE color: 448578.

HSL color Cylindrical-coordinate representation of color #42D806: hue angle of 102.86º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #42D806 is Cyan = 0.69, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 216 6 -
CMYK 0.69 0 0.97 0.15
HSL 102.86º 0.95% 0.44% -
HSV(B) 102.86º 0.97% 0.85% -
XYZ 26.84 50.28 8.46 -
YUV 147.21 48.31 70.08 -
System Red Green Blue C M Y K H S L
Decimal 66 216 6 0.69 0 0.97 0.15 102.86 0.95 0.44
Hex 42 D8 6 45 0 61 F 67 5F 2C
Octal 102 330 6 105 0 141 17 147 137 54
Binary 1000010 11011000 110 1000101 0 1100001 1111 1100111 1011111 101100

Color Harmonies of #42D806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D806

Black with #42D806

Text Example


Text Example

White with #42D806

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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