Html Css Color HEX #32BE06 Kelly Green

📋 copy color: '#32BE06'

red 50 ◦ green 190 ◦ blue 6

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

Shades of Kelly Green #32BE06

Tints of Kelly Green #32BE06

RGB

 RED value IS 50 (19.92% from 255) = 20.33%

 GREEN value IS 190 (74.61% from 255) = 77.24%

 BLUE value IS 6 (2.73% from 255) = 2.44%

R = 20.33%
G = 77.24%
B = 2.44%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#32BE06 (or 0x32BE06) is known color: Kelly Green. HEX triplet: 32, BE and 06. RGB value is (50,190,6). Sum of RGB (Red+Green+Blue) = 50+190+6=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 190 (74.61% from 255 or 77.24% from 246); Blue value is 6 (2.73% from 255 or 2.44% from 246); Max value from RGB is 190 - color contains mainly: green. Hex color #32BE06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32BE06 is #CD41F9. Grayscale: #7F7F7F. Windows color (decimal): -13451770 or 441906. OLE color: 441906.

HSL color Cylindrical-coordinate representation of color #32BE06: hue angle of 105.65º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #32BE06 is Cyan = 0.74, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 190 6 -
CMYK 0.74 0 0.97 0.25
HSL 105.65º 0.94% 0.38% -
HSV(B) 105.65º 0.97% 0.75% -
XYZ 19.76 37.52 6.37 -
YUV 127.16 59.62 72.96 -
System Red Green Blue C M Y K H S L
Decimal 50 190 6 0.74 0 0.97 0.25 105.65 0.94 0.38
Hex 32 BE 6 4A 0 61 19 6A 5E 26
Octal 62 276 6 112 0 141 31 152 136 46
Binary 110010 10111110 110 1001010 0 1100001 11001 1101010 1011110 100110

Color Harmonies of #32BE06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BE06

Black with #32BE06

Text Example


Text Example

White with #32BE06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32BE06; }

 p { color: rgb(50,190,6); }

 H1.HeaderClassName
 {
   color: #32BE06;
 }
 .AnyTagClassName
 {
   color: #32BE06;
 }
</style>

background-color css

<style>
 a { background-color: #32BE06; }

 a { background-color: rgb(50,190,6); }

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

border-color css

<style>
 span { border-color: #32BE06; }

 span { border-color: rgb(50,190,6); }

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