Html Css Color HEX #5EC32F Apple

📋 copy color: '#5EC32F'

red 94 ◦ green 195 ◦ blue 47

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

Shades of Apple #5EC32F

Tints of Apple #5EC32F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 58.04%

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

R = 27.98%
G = 58.04%
B = 13.99%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#5EC32F (or 0x5EC32F) is known color: Apple. HEX triplet: 5E, C3 and 2F. RGB value is (94,195,47). Sum of RGB (Red+Green+Blue) = 94+195+47=336 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.98% from 336); Green value is 195 (76.56% from 255 or 58.04% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 195 - color contains mainly: green. Hex color #5EC32F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EC32F is #A13CD0. Grayscale: #949494. Windows color (decimal): -10566865 or 3130206. OLE color: 3130206.

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

Color convert

RGB 94 195 47 -
CMYK 0.52 0 0.76 0.24
HSL 100.95º 0.61% 0.47% -
HSV(B) 100.95º 0.76% 0.76% -
XYZ 24.64 41.62 9.42 -
YUV 147.93 71.04 89.53 -
System Red Green Blue C M Y K H S L
Decimal 94 195 47 0.52 0 0.76 0.24 100.95 0.61 0.47
Hex 5E C3 2F 34 0 4C 18 65 3D 2F
Octal 136 303 57 64 0 114 30 145 75 57
Binary 1011110 11000011 101111 110100 0 1001100 11000 1100101 111101 101111

Color Harmonies of #5EC32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EC32F

Black with #5EC32F

Text Example


Text Example

White with #5EC32F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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