Html Css Color HEX #42BA17 Kelly Green

📋 copy color: '#42BA17'

red 66 ◦ green 186 ◦ blue 23

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

Shades of Kelly Green #42BA17

Tints of Kelly Green #42BA17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.36%

R = 24%
G = 67.64%
B = 8.36%

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

#42BA17 (or 0x42BA17) is known color: Kelly Green. HEX triplet: 42, BA and 17. RGB value is (66,186,23). Sum of RGB (Red+Green+Blue) = 66+186+23=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 186 (73.05% from 255 or 67.64% from 275); Blue value is 23 (9.38% from 255 or 8.36% from 275); Max value from RGB is 186 - color contains mainly: green. Hex color #42BA17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42BA17 is #BD45E8. Grayscale: #848484. Windows color (decimal): -12404201 or 1555010. OLE color: 1555010.

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

Color convert

RGB 66 186 23 -
CMYK 0.65 0 0.88 0.27
HSL 104.17º 0.78% 0.41% -
HSV(B) 104.17º 0.88% 0.73% -
XYZ 19.96 36.34 6.77 -
YUV 131.54 66.74 81.25 -
System Red Green Blue C M Y K H S L
Decimal 66 186 23 0.65 0 0.88 0.27 104.17 0.78 0.41
Hex 42 BA 17 41 0 58 1B 68 4E 29
Octal 102 272 27 101 0 130 33 150 116 51
Binary 1000010 10111010 10111 1000001 0 1011000 11011 1101000 1001110 101001

Color Harmonies of #42BA17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BA17

Black with #42BA17

Text Example


Text Example

White with #42BA17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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