Html Css Color HEX #42C315 Kelly Green

📋 copy color: '#42C315'

red 66 ◦ green 195 ◦ blue 21

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

Shades of Kelly Green #42C315

Tints of Kelly Green #42C315

RGB

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

 GREEN value IS 195 (76.56% from 255) = 69.15%

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

R = 23.4%
G = 69.15%
B = 7.45%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#42C315 (or 0x42C315) is known color: Kelly Green. HEX triplet: 42, C3 and 15. RGB value is (66,195,21). Sum of RGB (Red+Green+Blue) = 66+195+21=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 195 (76.56% from 255 or 69.15% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 195 - color contains mainly: green. Hex color #42C315 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42C315 is #BD3CEA. Grayscale: #898989. Windows color (decimal): -12401899 or 1426242. OLE color: 1426242.

HSL color Cylindrical-coordinate representation of color #42C315: hue angle of 104.48º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42C315 is Cyan = 0.66, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 66 195 21 -
CMYK 0.66 0 0.89 0.24
HSL 104.48º 0.81% 0.42% -
HSV(B) 104.48º 0.89% 0.76% -
XYZ 21.9 40.24 7.32 -
YUV 136.59 62.76 77.65 -
System Red Green Blue C M Y K H S L
Decimal 66 195 21 0.66 0 0.89 0.24 104.48 0.81 0.42
Hex 42 C3 15 42 0 59 18 68 51 2A
Octal 102 303 25 102 0 131 30 150 121 52
Binary 1000010 11000011 10101 1000010 0 1011001 11000 1101000 1010001 101010

Color Harmonies of #42C315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C315

Black with #42C315

Text Example


Text Example

White with #42C315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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