Html Css Color HEX #55BC03 Kelly Green

📋 copy color: '#55BC03'

red 85 ◦ green 188 ◦ blue 3

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

Shades of Kelly Green #55BC03

Tints of Kelly Green #55BC03

RGB

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

 GREEN value IS 188 (73.83% from 255) = 68.12%

 BLUE value IS 3 (1.56% from 255) = 1.09%

R = 30.8%
G = 68.12%
B = 1.09%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#55BC03 (or 0x55BC03) is known color: Kelly Green. HEX triplet: 55, BC and 03. RGB value is (85,188,3). Sum of RGB (Red+Green+Blue) = 85+188+3=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 188 (73.83% from 255 or 68.12% from 276); Blue value is 3 (1.56% from 255 or 1.09% from 276); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55BC03 is #AA43FC. Grayscale: #888888. Windows color (decimal): -11158525 or 244821. OLE color: 244821.

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

Color convert

RGB 85 188 3 -
CMYK 0.55 0 0.98 0.26
HSL 93.41º 0.97% 0.37% -
HSV(B) 93.41º 0.98% 0.74% -
XYZ 21.75 37.9 6.26 -
YUV 136.11 52.88 91.54 -
System Red Green Blue C M Y K H S L
Decimal 85 188 3 0.55 0 0.98 0.26 93.41 0.97 0.37
Hex 55 BC 3 37 0 62 1A 5D 61 25
Octal 125 274 3 67 0 142 32 135 141 45
Binary 1010101 10111100 11 110111 0 1100010 11010 1011101 1100001 100101

Color Harmonies of #55BC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BC03

Black with #55BC03

Text Example


Text Example

White with #55BC03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,188,3); }

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

background-color css

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

 a { background-color: rgb(85,188,3); }

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

border-color css

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

 span { border-color: rgb(85,188,3); }

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