#55BF0D

Color #55BF0D Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #55BF0D

Tints of Kelly Green #55BF0D

Color information

#55BF0D (or 0x55BF0D) is unknown color: approx Kelly Green. HEX triplet: 55, BF and 0D. RGB value is (85,191,13). Sum of RGB (Red+Green+Blue) = 85+191+13=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 191 (75% from 255 or 66.09% from 289); Blue value is 13 (5.47% from 255 or 4.50% from 289); Max value from RGB is 191 - color contains mainly: green. Hex color #55BF0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55BF0D is #AA40F2. Grayscale: #8B8B8B. Windows color (decimal): -11157747 or 900949. OLE color: 900949.

HSL color Cylindrical-coordinate representation of color #55BF0D: hue angle of 95.73º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #55BF0D is Cyan = 0.55, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB8519113-
CMYK0.5500.930.25
HSL95.73º87.25%40%-
HSV(B)95.73º93.19%74.9%-
XYZ22.4539.226.77-
YUV139.0156.8889.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.41%
GREEN value IS 191 (75% from 255) = 66.09%
BLUE value IS 13 (5.47% from 255) = 4.50%
R=29.41%
G=66.09%
B=4.50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal85191130.5500.930.2595.7387.2540
Hex55BFD3705D19605728
Octal125277156701353114012750
Binary1010101101111111101110111010111011100111000001010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BF0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,191,13); }

 H1.HeaderClassName
 {
   color: #55BF0D;
 }
 .AnyTagClassName
 {
   color: #55BF0D;
 }
</style>
background-color css

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

 a { background-color: rgb(85,191,13); }

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

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

 span { border-color: rgb(85,191,13); }

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