Html Css Color HEX #42C915 Kelly Green

📋 copy color: '#42C915'

red 66 ◦ green 201 ◦ blue 21

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

Shades of Kelly Green #42C915

Tints of Kelly Green #42C915

RGB

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

 GREEN value IS 201 (78.91% from 255) = 69.79%

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

R = 22.92%
G = 69.79%
B = 7.29%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#42C915 (or 0x42C915) is known color: Kelly Green. HEX triplet: 42, C9 and 15. RGB value is (66,201,21). Sum of RGB (Red+Green+Blue) = 66+201+21=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 201 (78.91% from 255 or 69.79% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 201 - color contains mainly: green. Hex color #42C915 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42C915 is #BD36EA. Grayscale: #8C8C8C. Windows color (decimal): -12400363 or 1427778. OLE color: 1427778.

HSL color Cylindrical-coordinate representation of color #42C915: hue angle of 105º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #42C915 is Cyan = 0.67, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 66 201 21 -
CMYK 0.67 0 0.90 0.21
HSL 105º 0.81% 0.44% -
HSV(B) 105º 0.9% 0.79% -
XYZ 23.27 42.99 7.78 -
YUV 140.12 60.77 75.14 -
System Red Green Blue C M Y K H S L
Decimal 66 201 21 0.67 0 0.90 0.21 105 0.81 0.44
Hex 42 C9 15 43 0 5A 15 69 51 2C
Octal 102 311 25 103 0 132 25 151 121 54
Binary 1000010 11001001 10101 1000011 0 1011010 10101 1101001 1010001 101100

Color Harmonies of #42C915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C915

Black with #42C915

Text Example


Text Example

White with #42C915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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