Html Css Color HEX #55BA04 Kelly Green

📋 copy color: '#55BA04'

red 85 ◦ green 186 ◦ blue 4

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

Shades of Kelly Green #55BA04

Tints of Kelly Green #55BA04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.45%

R = 30.91%
G = 67.64%
B = 1.45%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#55BA04 (or 0x55BA04) is known color: Kelly Green. HEX triplet: 55, BA and 04. RGB value is (85,186,4). Sum of RGB (Red+Green+Blue) = 85+186+4=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 186 (73.05% from 255 or 67.64% from 275); Blue value is 4 (1.95% from 255 or 1.45% from 275); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55BA04 is #AA45FB. Grayscale: #878787. Windows color (decimal): -11159036 or 309845. OLE color: 309845.

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

Color convert

RGB 85 186 4 -
CMYK 0.54 0 0.98 0.27
HSL 93.3º 0.96% 0.37% -
HSV(B) 93.3º 0.98% 0.73% -
XYZ 21.33 37.06 6.14 -
YUV 135.05 54.04 92.3 -
System Red Green Blue C M Y K H S L
Decimal 85 186 4 0.54 0 0.98 0.27 93.3 0.96 0.37
Hex 55 BA 4 36 0 62 1B 5D 60 25
Octal 125 272 4 66 0 142 33 135 140 45
Binary 1010101 10111010 100 110110 0 1100010 11011 1011101 1100000 100101

Color Harmonies of #55BA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BA04

Black with #55BA04

Text Example


Text Example

White with #55BA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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