Html Css Color HEX #32B00E Kelly Green

📋 copy color: '#32B00E'

red 50 ◦ green 176 ◦ blue 14

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

Shades of Kelly Green #32B00E

Tints of Kelly Green #32B00E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 73.33%

 BLUE value IS 14 (5.86% from 255) = 5.83%

R = 20.83%
G = 73.33%
B = 5.83%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#32B00E (or 0x32B00E) is known color: Kelly Green. HEX triplet: 32, B0 and 0E. RGB value is (50,176,14). Sum of RGB (Red+Green+Blue) = 50+176+14=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 176 (69.14% from 255 or 73.33% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 176 - color contains mainly: green. Hex color #32B00E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32B00E is #CD4FF1. Grayscale: #787878. Windows color (decimal): -13455346 or 962610. OLE color: 962610.

HSL color Cylindrical-coordinate representation of color #32B00E: hue angle of 106.67º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #32B00E is Cyan = 0.72, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 50 176 14 -
CMYK 0.72 0 0.92 0.31
HSL 106.67º 0.85% 0.37% -
HSV(B) 106.67º 0.92% 0.69% -
XYZ 16.92 31.76 5.65 -
YUV 119.86 68.26 78.17 -
System Red Green Blue C M Y K H S L
Decimal 50 176 14 0.72 0 0.92 0.31 106.67 0.85 0.37
Hex 32 B0 E 48 0 5C 1F 6B 55 25
Octal 62 260 16 110 0 134 37 153 125 45
Binary 110010 10110000 1110 1001000 0 1011100 11111 1101011 1010101 100101

Color Harmonies of #32B00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B00E

Black with #32B00E

Text Example


Text Example

White with #32B00E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,176,14); }

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

background-color css

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

 a { background-color: rgb(50,176,14); }

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

border-color css

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

 span { border-color: rgb(50,176,14); }

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