Html Css Color HEX #55BB1D Kelly Green

📋 copy color: '#55BB1D'

red 85 ◦ green 187 ◦ blue 29

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

Shades of Kelly Green #55BB1D

Tints of Kelly Green #55BB1D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 62.13%

 BLUE value IS 29 (11.72% from 255) = 9.63%

R = 28.24%
G = 62.13%
B = 9.63%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#55BB1D (or 0x55BB1D) is known color: Kelly Green. HEX triplet: 55, BB and 1D. RGB value is (85,187,29). Sum of RGB (Red+Green+Blue) = 85+187+29=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 187 (73.44% from 255 or 62.13% from 301); Blue value is 29 (11.72% from 255 or 9.63% from 301); Max value from RGB is 187 - color contains mainly: green. Hex color #55BB1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BB1D is #AA44E2. Grayscale: #8B8B8B. Windows color (decimal): -11158755 or 1948501. OLE color: 1948501.

HSL color Cylindrical-coordinate representation of color #55BB1D: hue angle of 98.73º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55BB1D is Cyan = 0.55, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 187 29 -
CMYK 0.55 0 0.84 0.27
HSL 98.73º 0.73% 0.42% -
HSV(B) 98.73º 0.84% 0.73% -
XYZ 21.74 37.56 7.27 -
YUV 138.49 66.21 89.85 -
System Red Green Blue C M Y K H S L
Decimal 85 187 29 0.55 0 0.84 0.27 98.73 0.73 0.42
Hex 55 BB 1D 37 0 54 1B 63 49 2A
Octal 125 273 35 67 0 124 33 143 111 52
Binary 1010101 10111011 11101 110111 0 1010100 11011 1100011 1001001 101010

Color Harmonies of #55BB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BB1D

Black with #55BB1D

Text Example


Text Example

White with #55BB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,187,29); }

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

background-color css

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

 a { background-color: rgb(85,187,29); }

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

border-color css

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

 span { border-color: rgb(85,187,29); }

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