Html Css Color HEX #32B00D Kelly Green

📋 copy color: '#32B00D'

red 50 ◦ green 176 ◦ blue 13

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

Shades of Kelly Green #32B00D

Tints of Kelly Green #32B00D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.44%

R = 20.92%
G = 73.64%
B = 5.44%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#32B00D (or 0x32B00D) is known color: Kelly Green. HEX triplet: 32, B0 and 0D. RGB value is (50,176,13). Sum of RGB (Red+Green+Blue) = 50+176+13=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 176 (69.14% from 255 or 73.64% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 176 - color contains mainly: green. Hex color #32B00D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32B00D is #CD4FF2. Grayscale: #787878. Windows color (decimal): -13455347 or 897074. OLE color: 897074.

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

Color convert

RGB 50 176 13 -
CMYK 0.72 0 0.93 0.31
HSL 106.38º 0.86% 0.37% -
HSV(B) 106.38º 0.93% 0.69% -
XYZ 16.91 31.76 5.62 -
YUV 119.74 67.76 78.25 -
System Red Green Blue C M Y K H S L
Decimal 50 176 13 0.72 0 0.93 0.31 106.38 0.86 0.37
Hex 32 B0 D 48 0 5D 1F 6A 56 25
Octal 62 260 15 110 0 135 37 152 126 45
Binary 110010 10110000 1101 1001000 0 1011101 11111 1101010 1010110 100101

Color Harmonies of #32B00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B00D

Black with #32B00D

Text Example


Text Example

White with #32B00D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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