Html Css Color HEX #32BF13 Kelly Green

📋 copy color: '#32BF13'

red 50 ◦ green 191 ◦ blue 19

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

Shades of Kelly Green #32BF13

Tints of Kelly Green #32BF13

RGB

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

 GREEN value IS 191 (75% from 255) = 73.46%

 BLUE value IS 19 (7.81% from 255) = 7.31%

R = 19.23%
G = 73.46%
B = 7.31%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#32BF13 (or 0x32BF13) is known color: Kelly Green. HEX triplet: 32, BF and 13. RGB value is (50,191,19). Sum of RGB (Red+Green+Blue) = 50+191+19=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 191 (75% from 255 or 73.46% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 191 - color contains mainly: green. Hex color #32BF13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32BF13 is #CD40EC. Grayscale: #818181. Windows color (decimal): -13451501 or 1294130. OLE color: 1294130.

HSL color Cylindrical-coordinate representation of color #32BF13: hue angle of 109.19º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #32BF13 is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 191 19 -
CMYK 0.74 0 0.90 0.25
HSL 109.19º 0.82% 0.41% -
HSV(B) 109.19º 0.9% 0.75% -
XYZ 20.06 37.99 6.89 -
YUV 129.23 65.79 71.49 -
System Red Green Blue C M Y K H S L
Decimal 50 191 19 0.74 0 0.90 0.25 109.19 0.82 0.41
Hex 32 BF 13 4A 0 5A 19 6D 52 29
Octal 62 277 23 112 0 132 31 155 122 51
Binary 110010 10111111 10011 1001010 0 1011010 11001 1101101 1010010 101001

Color Harmonies of #32BF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BF13

Black with #32BF13

Text Example


Text Example

White with #32BF13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,191,19); }

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

background-color css

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

 a { background-color: rgb(50,191,19); }

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

border-color css

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

 span { border-color: rgb(50,191,19); }

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