Html Css Color HEX #42B415 Kelly Green

📋 copy color: '#42B415'

red 66 ◦ green 180 ◦ blue 21

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

Shades of Kelly Green #42B415

Tints of Kelly Green #42B415

RGB

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

 GREEN value IS 180 (70.7% from 255) = 67.42%

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

R = 24.72%
G = 67.42%
B = 7.87%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#42B415 (or 0x42B415) is known color: Kelly Green. HEX triplet: 42, B4 and 15. RGB value is (66,180,21). Sum of RGB (Red+Green+Blue) = 66+180+21=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 180 (70.70% from 255 or 67.42% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 180 - color contains mainly: green. Hex color #42B415 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42B415 is #BD4BEA. Grayscale: #808080. Windows color (decimal): -12405739 or 1422402. OLE color: 1422402.

HSL color Cylindrical-coordinate representation of color #42B415: hue angle of 103.02º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42B415 is Cyan = 0.63, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 66 180 21 -
CMYK 0.63 0 0.88 0.29
HSL 103.02º 0.79% 0.39% -
HSV(B) 103.02º 0.88% 0.71% -
XYZ 18.7 33.85 6.26 -
YUV 127.79 67.73 83.93 -
System Red Green Blue C M Y K H S L
Decimal 66 180 21 0.63 0 0.88 0.29 103.02 0.79 0.39
Hex 42 B4 15 3F 0 58 1D 67 4F 27
Octal 102 264 25 77 0 130 35 147 117 47
Binary 1000010 10110100 10101 111111 0 1011000 11101 1100111 1001111 100111

Color Harmonies of #42B415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B415

Black with #42B415

Text Example


Text Example

White with #42B415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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