Html Css Color HEX #55BA02 Kelly Green

📋 copy color: '#55BA02'

red 85 ◦ green 186 ◦ blue 2

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

Shades of Kelly Green #55BA02

Tints of Kelly Green #55BA02

RGB

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

 GREEN value IS 186 (73.05% from 255) = 68.13%

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

R = 31.14%
G = 68.13%
B = 0.73%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#55BA02 (or 0x55BA02) is known color: Kelly Green. HEX triplet: 55, BA and 02. RGB value is (85,186,2). Sum of RGB (Red+Green+Blue) = 85+186+2=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 186 (73.05% from 255 or 68.13% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55BA02 is #AA45FD. Grayscale: #878787. Windows color (decimal): -11159038 or 178773. OLE color: 178773.

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

Color convert

RGB 85 186 2 -
CMYK 0.54 0 0.99 0.27
HSL 92.93º 0.98% 0.37% -
HSV(B) 92.93º 0.99% 0.73% -
XYZ 21.32 37.05 6.09 -
YUV 134.83 53.04 92.46 -
System Red Green Blue C M Y K H S L
Decimal 85 186 2 0.54 0 0.99 0.27 92.93 0.98 0.37
Hex 55 BA 2 36 0 63 1B 5D 62 25
Octal 125 272 2 66 0 143 33 135 142 45
Binary 1010101 10111010 10 110110 0 1100011 11011 1011101 1100010 100101

Color Harmonies of #55BA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BA02

Black with #55BA02

Text Example


Text Example

White with #55BA02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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