Html Css Color HEX #5ECF52 Apple

📋 copy color: '#5ECF52'

red 94 ◦ green 207 ◦ blue 82

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

Shades of Apple #5ECF52

Tints of Apple #5ECF52

RGB

 RED value IS 94 (37.11% from 255) = 24.54%

 GREEN value IS 207 (81.25% from 255) = 54.05%

 BLUE value IS 82 (32.42% from 255) = 21.41%

R = 24.54%
G = 54.05%
B = 21.41%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#5ECF52 (or 0x5ECF52) is known color: Apple. HEX triplet: 5E, CF and 52. RGB value is (94,207,82). Sum of RGB (Red+Green+Blue) = 94+207+82=383 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.54% from 383); Green value is 207 (81.25% from 255 or 54.05% from 383); Blue value is 82 (32.42% from 255 or 21.41% from 383); Max value from RGB is 207 - color contains mainly: green. Hex color #5ECF52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ECF52 is #A130AD. Grayscale: #9F9F9F. Windows color (decimal): -10563758 or 5427038. OLE color: 5427038.

HSL color Cylindrical-coordinate representation of color #5ECF52: hue angle of 114.24º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5ECF52 is Cyan = 0.55, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 94 207 82 -
CMYK 0.55 0 0.60 0.19
HSL 114.24º 0.57% 0.57% -
HSV(B) 114.24º 0.6% 0.81% -
XYZ 28.45 47.61 15.67 -
YUV 158.96 84.56 81.66 -
System Red Green Blue C M Y K H S L
Decimal 94 207 82 0.55 0 0.60 0.19 114.24 0.57 0.57
Hex 5E CF 52 37 0 3C 13 72 39 39
Octal 136 317 122 67 0 74 23 162 71 71
Binary 1011110 11001111 1010010 110111 0 111100 10011 1110010 111001 111001

Color Harmonies of #5ECF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ECF52

Black with #5ECF52

Text Example


Text Example

White with #5ECF52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,207,82); }

 H1.HeaderClassName
 {
   color: #5ECF52;
 }
 .AnyTagClassName
 {
   color: #5ECF52;
 }
</style>

background-color css

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

 a { background-color: rgb(94,207,82); }

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

border-color css

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

 span { border-color: rgb(94,207,82); }

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