Html Css Color HEX #42A215 Kelly Green

📋 copy color: '#42A215'

red 66 ◦ green 162 ◦ blue 21

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

Shades of Kelly Green #42A215

Tints of Kelly Green #42A215

RGB

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

 GREEN value IS 162 (63.67% from 255) = 65.06%

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

R = 26.51%
G = 65.06%
B = 8.43%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#42A215 (or 0x42A215) is known color: Kelly Green. HEX triplet: 42, A2 and 15. RGB value is (66,162,21). Sum of RGB (Red+Green+Blue) = 66+162+21=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 162 (63.67% from 255 or 65.06% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 162 - color contains mainly: green. Hex color #42A215 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42A215 is #BD5DEA. Grayscale: #757575. Windows color (decimal): -12410347 or 1417794. OLE color: 1417794.

HSL color Cylindrical-coordinate representation of color #42A215: hue angle of 100.85º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #42A215 is Cyan = 0.59, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 66 162 21 -
CMYK 0.59 0 0.87 0.36
HSL 100.85º 0.77% 0.36% -
HSV(B) 100.85º 0.87% 0.64% -
XYZ 15.3 27.05 5.12 -
YUV 117.22 73.7 91.46 -
System Red Green Blue C M Y K H S L
Decimal 66 162 21 0.59 0 0.87 0.36 100.85 0.77 0.36
Hex 42 A2 15 3B 0 57 24 65 4D 24
Octal 102 242 25 73 0 127 44 145 115 44
Binary 1000010 10100010 10101 111011 0 1010111 100100 1100101 1001101 100100

Color Harmonies of #42A215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A215

Black with #42A215

Text Example


Text Example

White with #42A215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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