Html Css Color HEX #5EBF46 Apple

📋 copy color: '#5EBF46'

red 94 ◦ green 191 ◦ blue 70

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

Shades of Apple #5EBF46

Tints of Apple #5EBF46

RGB

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

 GREEN value IS 191 (75% from 255) = 53.8%

 BLUE value IS 70 (27.73% from 255) = 19.72%

R = 26.48%
G = 53.8%
B = 19.72%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#5EBF46 (or 0x5EBF46) is known color: Apple. HEX triplet: 5E, BF and 46. RGB value is (94,191,70). Sum of RGB (Red+Green+Blue) = 94+191+70=355 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.48% from 355); Green value is 191 (75% from 255 or 53.80% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 191 - color contains mainly: green. Hex color #5EBF46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EBF46 is #A140B9. Grayscale: #949494. Windows color (decimal): -10567866 or 4636510. OLE color: 4636510.

HSL color Cylindrical-coordinate representation of color #5EBF46: hue angle of 108.1º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EBF46 is Cyan = 0.51, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 94 191 70 -
CMYK 0.51 0 0.63 0.25
HSL 108.1º 0.49% 0.51% -
HSV(B) 108.1º 0.63% 0.75% -
XYZ 24.35 40.08 12.25 -
YUV 148.2 83.86 89.34 -
System Red Green Blue C M Y K H S L
Decimal 94 191 70 0.51 0 0.63 0.25 108.1 0.49 0.51
Hex 5E BF 46 33 0 3F 19 6C 31 33
Octal 136 277 106 63 0 77 31 154 61 63
Binary 1011110 10111111 1000110 110011 0 111111 11001 1101100 110001 110011

Color Harmonies of #5EBF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBF46

Black with #5EBF46

Text Example


Text Example

White with #5EBF46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,191,70); }

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

background-color css

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

 a { background-color: rgb(94,191,70); }

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

border-color css

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

 span { border-color: rgb(94,191,70); }

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