#55bf4b

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

Shades of Apple #55BF4B

Tints of Apple #55BF4B

Color information

#55BF4B (or 0x55BF4B) is unknown color: approx Apple. HEX triplet: 55, BF and 4B. RGB value is (85,191,75). Sum of RGB (Red+Green+Blue) = 85+191+75=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 191 (75% from 255 or 54.42% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 191 - color contains mainly: green. Hex color #55BF4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BF4B is #AA40B4. Grayscale: #929292. Windows color (decimal): -11157685 or 4964181. OLE color: 4964181.

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

Color convert

RGB8519175-
CMYK0.5500.610.25
HSL114.83º47.54%52.16%-
HSV(B)114.83º60.73%74.9%-
XYZ23.6539.713.07-
YUV146.0887.8884.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.22%
GREEN value IS 191 (75% from 255) = 54.42%
BLUE value IS 75 (29.69% from 255) = 21.37%
R=24.22%
G=54.42%
B=21.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal85191750.5500.610.25114.8347.5452.16
Hex55BF4B3703D19733034
Octal12527711367075311636064
Binary10101011011111110010111101110111101110011110011110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55bf4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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