Html Css Color HEX #42D80E Kelly Green

📋 copy color: '#42D80E'

red 66 ◦ green 216 ◦ blue 14

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

Shades of Kelly Green #42D80E

Tints of Kelly Green #42D80E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.73%

R = 22.3%
G = 72.97%
B = 4.73%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#42D80E (or 0x42D80E) is known color: Kelly Green. HEX triplet: 42, D8 and 0E. RGB value is (66,216,14). Sum of RGB (Red+Green+Blue) = 66+216+14=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 216 (84.77% from 255 or 72.97% from 296); Blue value is 14 (5.86% from 255 or 4.73% from 296); Max value from RGB is 216 - color contains mainly: green. Hex color #42D80E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42D80E is #BD27F1. Grayscale: #949494. Windows color (decimal): -12396530 or 972866. OLE color: 972866.

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

Color convert

RGB 66 216 14 -
CMYK 0.69 0 0.94 0.15
HSL 104.55º 0.88% 0.45% -
HSV(B) 104.55º 0.94% 0.85% -
XYZ 26.88 50.3 8.71 -
YUV 148.12 52.31 69.43 -
System Red Green Blue C M Y K H S L
Decimal 66 216 14 0.69 0 0.94 0.15 104.55 0.88 0.45
Hex 42 D8 E 45 0 5E F 69 58 2D
Octal 102 330 16 105 0 136 17 151 130 55
Binary 1000010 11011000 1110 1000101 0 1011110 1111 1101001 1011000 101101

Color Harmonies of #42D80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D80E

Black with #42D80E

Text Example


Text Example

White with #42D80E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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