Html Css Color HEX #5ECA42 Apple

📋 copy color: '#5ECA42'

red 94 ◦ green 202 ◦ blue 66

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

Shades of Apple #5ECA42

Tints of Apple #5ECA42

RGB

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

 GREEN value IS 202 (79.3% from 255) = 55.8%

 BLUE value IS 66 (26.17% from 255) = 18.23%

R = 25.97%
G = 55.8%
B = 18.23%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#5ECA42 (or 0x5ECA42) is known color: Apple. HEX triplet: 5E, CA and 42. RGB value is (94,202,66). Sum of RGB (Red+Green+Blue) = 94+202+66=362 (47% of max value = 765). Red value is 94 (37.11% from 255 or 25.97% from 362); Green value is 202 (79.30% from 255 or 55.80% from 362); Blue value is 66 (26.17% from 255 or 18.23% from 362); Max value from RGB is 202 - color contains mainly: green. Hex color #5ECA42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ECA42 is #A135BD. Grayscale: #9A9A9A. Windows color (decimal): -10565054 or 4377182. OLE color: 4377182.

HSL color Cylindrical-coordinate representation of color #5ECA42: hue angle of 107.65º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5ECA42 is Cyan = 0.53, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 94 202 66 -
CMYK 0.53 0 0.67 0.21
HSL 107.65º 0.56% 0.53% -
HSV(B) 107.65º 0.67% 0.79% -
XYZ 26.72 45.01 12.43 -
YUV 154.2 78.22 85.06 -
System Red Green Blue C M Y K H S L
Decimal 94 202 66 0.53 0 0.67 0.21 107.65 0.56 0.53
Hex 5E CA 42 35 0 43 15 6C 38 35
Octal 136 312 102 65 0 103 25 154 70 65
Binary 1011110 11001010 1000010 110101 0 1000011 10101 1101100 111000 110101

Color Harmonies of #5ECA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ECA42

Black with #5ECA42

Text Example


Text Example

White with #5ECA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,202,66); }

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

background-color css

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

 a { background-color: rgb(94,202,66); }

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

border-color css

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

 span { border-color: rgb(94,202,66); }

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