Html Css Color HEX #42BB16 Kelly Green

📋 copy color: '#42BB16'

red 66 ◦ green 187 ◦ blue 22

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

Shades of Kelly Green #42BB16

Tints of Kelly Green #42BB16

RGB

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

 GREEN value IS 187 (73.44% from 255) = 68%

 BLUE value IS 22 (8.98% from 255) = 8%

R = 24%
G = 68%
B = 8%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#42BB16 (or 0x42BB16) is known color: Kelly Green. HEX triplet: 42, BB and 16. RGB value is (66,187,22). Sum of RGB (Red+Green+Blue) = 66+187+22=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 187 (73.44% from 255 or 68% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 187 - color contains mainly: green. Hex color #42BB16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42BB16 is #BD44E9. Grayscale: #848484. Windows color (decimal): -12403946 or 1489730. OLE color: 1489730.

HSL color Cylindrical-coordinate representation of color #42BB16: hue angle of 104º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42BB16 is Cyan = 0.65, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 187 22 -
CMYK 0.65 0 0.88 0.27
HSL 104º 0.79% 0.41% -
HSV(B) 104º 0.88% 0.73% -
XYZ 20.16 36.76 6.79 -
YUV 132.01 65.91 80.92 -
System Red Green Blue C M Y K H S L
Decimal 66 187 22 0.65 0 0.88 0.27 104 0.79 0.41
Hex 42 BB 16 41 0 58 1B 68 4F 29
Octal 102 273 26 101 0 130 33 150 117 51
Binary 1000010 10111011 10110 1000001 0 1011000 11011 1101000 1001111 101001

Color Harmonies of #42BB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BB16

Black with #42BB16

Text Example


Text Example

White with #42BB16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,187,22); }

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

background-color css

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

 a { background-color: rgb(66,187,22); }

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

border-color css

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

 span { border-color: rgb(66,187,22); }

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