Html Css Color HEX #5EDD4B Apple

📋 copy color: '#5EDD4B'

red 94 ◦ green 221 ◦ blue 75

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

Shades of Apple #5EDD4B

Tints of Apple #5EDD4B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 56.67%

 BLUE value IS 75 (29.69% from 255) = 19.23%

R = 24.1%
G = 56.67%
B = 19.23%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#5EDD4B (or 0x5EDD4B) is known color: Apple. HEX triplet: 5E, DD and 4B. RGB value is (94,221,75). Sum of RGB (Red+Green+Blue) = 94+221+75=390 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.10% from 390); Green value is 221 (86.72% from 255 or 56.67% from 390); Blue value is 75 (29.69% from 255 or 19.23% from 390); Max value from RGB is 221 - color contains mainly: green. Hex color #5EDD4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EDD4B is #A122B4. Grayscale: #A6A6A6. Windows color (decimal): -10560181 or 4971870. OLE color: 4971870.

HSL color Cylindrical-coordinate representation of color #5EDD4B: hue angle of 112.19º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5EDD4B is Cyan = 0.57, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 221 75 -
CMYK 0.57 0 0.66 0.13
HSL 112.19º 0.68% 0.58% -
HSV(B) 112.19º 0.66% 0.87% -
XYZ 31.74 54.6 15.52 -
YUV 166.38 76.42 76.37 -
System Red Green Blue C M Y K H S L
Decimal 94 221 75 0.57 0 0.66 0.13 112.19 0.68 0.58
Hex 5E DD 4B 39 0 42 D 70 44 3A
Octal 136 335 113 71 0 102 15 160 104 72
Binary 1011110 11011101 1001011 111001 0 1000010 1101 1110000 1000100 111010

Color Harmonies of #5EDD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDD4B

Black with #5EDD4B

Text Example


Text Example

White with #5EDD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,221,75); }

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

background-color css

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

 a { background-color: rgb(94,221,75); }

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

border-color css

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

 span { border-color: rgb(94,221,75); }

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