Html Css Color HEX #5ED03C Apple

📋 copy color: '#5ED03C'

red 94 ◦ green 208 ◦ blue 60

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

Shades of Apple #5ED03C

Tints of Apple #5ED03C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 57.46%

 BLUE value IS 60 (23.83% from 255) = 16.57%

R = 25.97%
G = 57.46%
B = 16.57%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#5ED03C (or 0x5ED03C) is known color: Apple. HEX triplet: 5E, D0 and 3C. RGB value is (94,208,60). Sum of RGB (Red+Green+Blue) = 94+208+60=362 (47% of max value = 765). Red value is 94 (37.11% from 255 or 25.97% from 362); Green value is 208 (81.64% from 255 or 57.46% from 362); Blue value is 60 (23.83% from 255 or 16.57% from 362); Max value from RGB is 208 - color contains mainly: green. Hex color #5ED03C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ED03C is #A12FC3. Grayscale: #9D9D9D. Windows color (decimal): -10563524 or 3985502. OLE color: 3985502.

HSL color Cylindrical-coordinate representation of color #5ED03C: hue angle of 106.22º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5ED03C is Cyan = 0.55, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 94 208 60 -
CMYK 0.55 0 0.71 0.18
HSL 106.22º 0.61% 0.53% -
HSV(B) 106.22º 0.71% 0.82% -
XYZ 27.99 47.82 12.03 -
YUV 157.04 73.23 83.03 -
System Red Green Blue C M Y K H S L
Decimal 94 208 60 0.55 0 0.71 0.18 106.22 0.61 0.53
Hex 5E D0 3C 37 0 47 12 6A 3D 35
Octal 136 320 74 67 0 107 22 152 75 65
Binary 1011110 11010000 111100 110111 0 1000111 10010 1101010 111101 110101

Color Harmonies of #5ED03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ED03C

Black with #5ED03C

Text Example


Text Example

White with #5ED03C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,208,60); }

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

background-color css

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

 a { background-color: rgb(94,208,60); }

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

border-color css

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

 span { border-color: rgb(94,208,60); }

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