#5EBF54

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

Shades of Apple #5EBF54

Tints of Apple #5EBF54

Color information

#5EBF54 (or 0x5EBF54) is unknown color: approx Apple. HEX triplet: 5E, BF and 54. RGB value is (94,191,84). Sum of RGB (Red+Green+Blue) = 94+191+84=369 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.47% from 369); Green value is 191 (75% from 255 or 51.76% from 369); Blue value is 84 (33.20% from 255 or 22.76% from 369); Max value from RGB is 191 - color contains mainly: green. Hex color #5EBF54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EBF54 is #A140AB. Grayscale: #969696. Windows color (decimal): -10567852 or 5554014. OLE color: 5554014.

HSL color Cylindrical-coordinate representation of color #5EBF54: hue angle of 114.39º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5EBF54 is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB9419184-
CMYK0.5100.560.25
HSL114.39º45.53%53.92%-
HSV(B)114.39º56.02%74.9%-
XYZ24.8540.2814.85-
YUV149.890.8688.2-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.47%
GREEN value IS 191 (75% from 255) = 51.76%
BLUE value IS 84 (33.20% from 255) = 22.76%
R=25.47%
G=51.76%
B=22.76%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal94191840.5100.560.25114.3945.5353.92
Hex5EBF543303819722e36
Octal13627712463070311625666
Binary10111101011111110101001100110111000110011110010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5EBF54; }

 p { color: rgb(94,191,84); }

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

<style>
 a { background-color: #5EBF54; }

 a { background-color: rgb(94,191,84); }

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

<style>
 span { border-color: #5EBF54; }

 span { border-color: rgb(94,191,84); }

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