Html Css Color HEX #42BA16 Kelly Green

📋 copy color: '#42BA16'

red 66 ◦ green 186 ◦ blue 22

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

Shades of Kelly Green #42BA16

Tints of Kelly Green #42BA16

RGB

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

 GREEN value IS 186 (73.05% from 255) = 67.88%

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

R = 24.09%
G = 67.88%
B = 8.03%

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

#42BA16 (or 0x42BA16) is known color: Kelly Green. HEX triplet: 42, BA and 16. RGB value is (66,186,22). Sum of RGB (Red+Green+Blue) = 66+186+22=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 186 (73.05% from 255 or 67.88% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 186 - color contains mainly: green. Hex color #42BA16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42BA16 is #BD45E9. Grayscale: #838383. Windows color (decimal): -12404202 or 1489474. OLE color: 1489474.

HSL color Cylindrical-coordinate representation of color #42BA16: hue angle of 103.9º 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 #42BA16 is Cyan = 0.65, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 186 22 -
CMYK 0.65 0 0.88 0.27
HSL 103.9º 0.79% 0.41% -
HSV(B) 103.9º 0.88% 0.73% -
XYZ 19.95 36.33 6.72 -
YUV 131.42 66.24 81.34 -
System Red Green Blue C M Y K H S L
Decimal 66 186 22 0.65 0 0.88 0.27 103.9 0.79 0.41
Hex 42 BA 16 41 0 58 1B 68 4F 29
Octal 102 272 26 101 0 130 33 150 117 51
Binary 1000010 10111010 10110 1000001 0 1011000 11011 1101000 1001111 101001

Color Harmonies of #42BA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BA16

Black with #42BA16

Text Example


Text Example

White with #42BA16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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