Html Css Color HEX #55BC02 Kelly Green

📋 copy color: '#55BC02'

red 85 ◦ green 188 ◦ blue 2

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

Shades of Kelly Green #55BC02

Tints of Kelly Green #55BC02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.73%

R = 30.91%
G = 68.36%
B = 0.73%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#55BC02 (or 0x55BC02) is known color: Kelly Green. HEX triplet: 55, BC and 02. RGB value is (85,188,2). Sum of RGB (Red+Green+Blue) = 85+188+2=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 188 (73.83% from 255 or 68.36% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55BC02 is #AA43FD. Grayscale: #888888. Windows color (decimal): -11158526 or 179285. OLE color: 179285.

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

Color convert

RGB 85 188 2 -
CMYK 0.55 0 0.99 0.26
HSL 93.23º 0.98% 0.37% -
HSV(B) 93.23º 0.99% 0.74% -
XYZ 21.74 37.9 6.23 -
YUV 136 52.38 91.62 -
System Red Green Blue C M Y K H S L
Decimal 85 188 2 0.55 0 0.99 0.26 93.23 0.98 0.37
Hex 55 BC 2 37 0 63 1A 5D 62 25
Octal 125 274 2 67 0 143 32 135 142 45
Binary 1010101 10111100 10 110111 0 1100011 11010 1011101 1100010 100101

Color Harmonies of #55BC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BC02

Black with #55BC02

Text Example


Text Example

White with #55BC02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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