Html Css Color HEX #42CA0E Kelly Green

📋 copy color: '#42CA0E'

red 66 ◦ green 202 ◦ blue 14

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

Shades of Kelly Green #42CA0E

Tints of Kelly Green #42CA0E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 71.63%

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

R = 23.4%
G = 71.63%
B = 4.96%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#42CA0E (or 0x42CA0E) is known color: Kelly Green. HEX triplet: 42, CA and 0E. RGB value is (66,202,14). Sum of RGB (Red+Green+Blue) = 66+202+14=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 202 (79.30% from 255 or 71.63% from 282); Blue value is 14 (5.86% from 255 or 4.96% from 282); Max value from RGB is 202 - color contains mainly: green. Hex color #42CA0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42CA0E is #BD35F1. Grayscale: #8C8C8C. Windows color (decimal): -12400114 or 969282. OLE color: 969282.

HSL color Cylindrical-coordinate representation of color #42CA0E: hue angle of 103.4º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #42CA0E is Cyan = 0.67, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB 66 202 14 -
CMYK 0.67 0 0.93 0.21
HSL 103.4º 0.87% 0.42% -
HSV(B) 103.4º 0.93% 0.79% -
XYZ 23.45 43.43 7.56 -
YUV 139.9 56.94 75.29 -
System Red Green Blue C M Y K H S L
Decimal 66 202 14 0.67 0 0.93 0.21 103.4 0.87 0.42
Hex 42 CA E 43 0 5D 15 67 57 2A
Octal 102 312 16 103 0 135 25 147 127 52
Binary 1000010 11001010 1110 1000011 0 1011101 10101 1100111 1010111 101010

Color Harmonies of #42CA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CA0E

Black with #42CA0E

Text Example


Text Example

White with #42CA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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