Html Css Color HEX #32BD0F Kelly Green

📋 copy color: '#32BD0F'

red 50 ◦ green 189 ◦ blue 15

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

Shades of Kelly Green #32BD0F

Tints of Kelly Green #32BD0F

RGB

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

 GREEN value IS 189 (74.22% from 255) = 74.41%

 BLUE value IS 15 (6.25% from 255) = 5.91%

R = 19.69%
G = 74.41%
B = 5.91%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#32BD0F (or 0x32BD0F) is known color: Kelly Green. HEX triplet: 32, BD and 0F. RGB value is (50,189,15). Sum of RGB (Red+Green+Blue) = 50+189+15=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 189 (74.22% from 255 or 74.41% from 254); Blue value is 15 (6.25% from 255 or 5.91% from 254); Max value from RGB is 189 - color contains mainly: green. Hex color #32BD0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32BD0F is #CD42F0. Grayscale: #808080. Windows color (decimal): -13452017 or 1031474. OLE color: 1031474.

HSL color Cylindrical-coordinate representation of color #32BD0F: hue angle of 107.93º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #32BD0F is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 189 15 -
CMYK 0.74 0 0.92 0.26
HSL 107.93º 0.85% 0.4% -
HSV(B) 107.93º 0.92% 0.74% -
XYZ 19.6 37.11 6.58 -
YUV 127.6 64.45 72.65 -
System Red Green Blue C M Y K H S L
Decimal 50 189 15 0.74 0 0.92 0.26 107.93 0.85 0.4
Hex 32 BD F 4A 0 5C 1A 6C 55 28
Octal 62 275 17 112 0 134 32 154 125 50
Binary 110010 10111101 1111 1001010 0 1011100 11010 1101100 1010101 101000

Color Harmonies of #32BD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BD0F

Black with #32BD0F

Text Example


Text Example

White with #32BD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,189,15); }

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

background-color css

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

 a { background-color: rgb(50,189,15); }

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

border-color css

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

 span { border-color: rgb(50,189,15); }

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