Html Css Color HEX #32BE05 Kelly Green

📋 copy color: '#32BE05'

red 50 ◦ green 190 ◦ blue 5

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

Shades of Kelly Green #32BE05

Tints of Kelly Green #32BE05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.04%

R = 20.41%
G = 77.55%
B = 2.04%

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

#32BE05 (or 0x32BE05) is known color: Kelly Green. HEX triplet: 32, BE and 05. RGB value is (50,190,5). Sum of RGB (Red+Green+Blue) = 50+190+5=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 190 (74.61% from 255 or 77.55% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 190 - color contains mainly: green. Hex color #32BE05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32BE05 is #CD41FA. Grayscale: #7F7F7F. Windows color (decimal): -13451771 or 376370. OLE color: 376370.

HSL color Cylindrical-coordinate representation of color #32BE05: hue angle of 105.41º degrees, saturation: 0.95, 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 #32BE05 is Cyan = 0.74, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 190 5 -
CMYK 0.74 0 0.97 0.25
HSL 105.41º 0.95% 0.38% -
HSV(B) 105.41º 0.97% 0.75% -
XYZ 19.76 37.52 6.34 -
YUV 127.05 59.12 73.04 -
System Red Green Blue C M Y K H S L
Decimal 50 190 5 0.74 0 0.97 0.25 105.41 0.95 0.38
Hex 32 BE 5 4A 0 61 19 69 5F 26
Octal 62 276 5 112 0 141 31 151 137 46
Binary 110010 10111110 101 1001010 0 1100001 11001 1101001 1011111 100110

Color Harmonies of #32BE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BE05

Black with #32BE05

Text Example


Text Example

White with #32BE05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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