Html Css Color HEX #5EBF2F Apple

📋 copy color: '#5EBF2F'

red 94 ◦ green 191 ◦ blue 47

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

Shades of Apple #5EBF2F

Tints of Apple #5EBF2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.16%

R = 28.31%
G = 57.53%
B = 14.16%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#5EBF2F (or 0x5EBF2F) is known color: Apple. HEX triplet: 5E, BF and 2F. RGB value is (94,191,47). Sum of RGB (Red+Green+Blue) = 94+191+47=332 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.31% from 332); Green value is 191 (75% from 255 or 57.53% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 191 - color contains mainly: green. Hex color #5EBF2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EBF2F is #A140D0. Grayscale: #929292. Windows color (decimal): -10567889 or 3129182. OLE color: 3129182.

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

Color convert

RGB 94 191 47 -
CMYK 0.51 0 0.75 0.25
HSL 100.42º 0.61% 0.47% -
HSV(B) 100.42º 0.75% 0.75% -
XYZ 23.76 39.85 9.13 -
YUV 145.58 72.36 91.21 -
System Red Green Blue C M Y K H S L
Decimal 94 191 47 0.51 0 0.75 0.25 100.42 0.61 0.47
Hex 5E BF 2F 33 0 4B 19 64 3D 2F
Octal 136 277 57 63 0 113 31 144 75 57
Binary 1011110 10111111 101111 110011 0 1001011 11001 1100100 111101 101111

Color Harmonies of #5EBF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EBF2F

Black with #5EBF2F

Text Example


Text Example

White with #5EBF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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