Html Css Color HEX #5E9E3F Apple

📋 copy color: '#5E9E3F'

red 94 ◦ green 158 ◦ blue 63

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

Shades of Apple #5E9E3F

Tints of Apple #5E9E3F

RGB

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

 GREEN value IS 158 (62.11% from 255) = 50.16%

 BLUE value IS 63 (25% from 255) = 20%

R = 29.84%
G = 50.16%
B = 20%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.60

 K value IS 0.38

RGB Variations

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

Color information

#5E9E3F (or 0x5E9E3F) is known color: Apple. HEX triplet: 5E, 9E and 3F. RGB value is (94,158,63). Sum of RGB (Red+Green+Blue) = 94+158+63=315 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.84% from 315); Green value is 158 (62.11% from 255 or 50.16% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 158 - color contains mainly: green. Hex color #5E9E3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9E3F is #A161C0. Grayscale: #808080. Windows color (decimal): -10576321 or 4169310. OLE color: 4169310.

HSL color Cylindrical-coordinate representation of color #5E9E3F: hue angle of 100.42º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E9E3F is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB 94 158 63 -
CMYK 0.41 0 0.60 0.38
HSL 100.42º 0.43% 0.43% -
HSV(B) 100.42º 0.6% 0.62% -
XYZ 17.74 27.19 9.02 -
YUV 128.03 91.3 103.72 -
System Red Green Blue C M Y K H S L
Decimal 94 158 63 0.41 0 0.60 0.38 100.42 0.43 0.43
Hex 5E 9E 3F 29 0 3C 26 64 2B 2B
Octal 136 236 77 51 0 74 46 144 53 53
Binary 1011110 10011110 111111 101001 0 111100 100110 1100100 101011 101011

Color Harmonies of #5E9E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9E3F

Black with #5E9E3F

Text Example


Text Example

White with #5E9E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,158,63); }

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

background-color css

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

 a { background-color: rgb(94,158,63); }

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

border-color css

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

 span { border-color: rgb(94,158,63); }

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