Html Css Color HEX #32BD05 Kelly Green

📋 copy color: '#32BD05'

red 50 ◦ green 189 ◦ blue 5

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

Shades of Kelly Green #32BD05

Tints of Kelly Green #32BD05

RGB

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

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

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

R = 20.49%
G = 77.46%
B = 2.05%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#32BD05 (or 0x32BD05) is known color: Kelly Green. HEX triplet: 32, BD and 05. RGB value is (50,189,5). Sum of RGB (Red+Green+Blue) = 50+189+5=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 189 (74.22% from 255 or 77.46% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 189 - color contains mainly: green. Hex color #32BD05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32BD05 is #CD42FA. Grayscale: #7F7F7F. Windows color (decimal): -13452027 or 376114. OLE color: 376114.

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

Color convert

RGB 50 189 5 -
CMYK 0.74 0 0.97 0.26
HSL 105.33º 0.95% 0.38% -
HSV(B) 105.33º 0.97% 0.74% -
XYZ 19.54 37.08 6.27 -
YUV 126.46 59.45 73.46 -
System Red Green Blue C M Y K H S L
Decimal 50 189 5 0.74 0 0.97 0.26 105.33 0.95 0.38
Hex 32 BD 5 4A 0 61 1A 69 5F 26
Octal 62 275 5 112 0 141 32 151 137 46
Binary 110010 10111101 101 1001010 0 1100001 11010 1101001 1011111 100110

Color Harmonies of #32BD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BD05

Black with #32BD05

Text Example


Text Example

White with #32BD05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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