Html Css Color HEX #55BF32 Kelly Green

📋 copy color: '#55BF32'

red 85 ◦ green 191 ◦ blue 50

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

Shades of Kelly Green #55BF32

Tints of Kelly Green #55BF32

RGB

 RED value IS 85 (33.59% from 255) = 26.07%

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

 BLUE value IS 50 (19.92% from 255) = 15.34%

R = 26.07%
G = 58.59%
B = 15.34%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#55BF32 (or 0x55BF32) is known color: Kelly Green. HEX triplet: 55, BF and 32. RGB value is (85,191,50). Sum of RGB (Red+Green+Blue) = 85+191+50=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 191 (75% from 255 or 58.59% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 191 - color contains mainly: green. Hex color #55BF32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BF32 is #AA40CD. Grayscale: #8F8F8F. Windows color (decimal): -11157710 or 3325781. OLE color: 3325781.

HSL color Cylindrical-coordinate representation of color #55BF32: hue angle of 105.11º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #55BF32 is Cyan = 0.55, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 191 50 -
CMYK 0.55 0 0.74 0.25
HSL 105.11º 0.59% 0.47% -
HSV(B) 105.11º 0.74% 0.75% -
XYZ 22.95 39.42 9.42 -
YUV 143.23 75.38 86.46 -
System Red Green Blue C M Y K H S L
Decimal 85 191 50 0.55 0 0.74 0.25 105.11 0.59 0.47
Hex 55 BF 32 37 0 4A 19 69 3B 2F
Octal 125 277 62 67 0 112 31 151 73 57
Binary 1010101 10111111 110010 110111 0 1001010 11001 1101001 111011 101111

Color Harmonies of #55BF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BF32

Black with #55BF32

Text Example


Text Example

White with #55BF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55BF32; }

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

 H1.HeaderClassName
 {
   color: #55BF32;
 }
 .AnyTagClassName
 {
   color: #55BF32;
 }
</style>

background-color css

<style>
 a { background-color: #55BF32; }

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

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

border-color css

<style>
 span { border-color: #55BF32; }

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

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