Html Css Color HEX #55BD00 Kelly Green

📋 copy color: '#55BD00'

red 85 ◦ green 189 ◦ blue 0

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

Shades of Kelly Green #55BD00

Tints of Kelly Green #55BD00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 31.02%
G = 68.98%
B = 0%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#55BD00 (or 0x55BD00) is known color: Kelly Green. HEX triplet: 55, BD and 00. RGB value is (85,189,0). Sum of RGB (Red+Green+Blue) = 85+189+0=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 189 (74.22% from 255 or 68.98% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 189 - color contains mainly: green. Hex color #55BD00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55BD00 is #AA42FF. Grayscale: #898989. Windows color (decimal): -11158272 or 48469. OLE color: 48469.

HSL color Cylindrical-coordinate representation of color #55BD00: hue angle of 93.02º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #55BD00 is Cyan = 0.55, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 189 0 -
CMYK 0.55 0 1 0.26
HSL 93.02º 1% 0.37% -
HSV(B) 93.02º 1% 0.74% -
XYZ 21.94 38.33 6.24 -
YUV 136.36 51.04 91.37 -
System Red Green Blue C M Y K H S L
Decimal 85 189 0 0.55 0 1 0.26 93.02 1 0.37
Hex 55 BD 0 37 0 64 1A 5D 64 25
Octal 125 275 0 67 0 144 32 135 144 45
Binary 1010101 10111101 0 110111 0 1100100 11010 1011101 1100100 100101

Color Harmonies of #55BD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BD00

Black with #55BD00

Text Example


Text Example

White with #55BD00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,189,0); }

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

background-color css

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

 a { background-color: rgb(85,189,0); }

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

border-color css

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

 span { border-color: rgb(85,189,0); }

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