Html Css Color HEX #5FC12F Apple

📋 copy color: '#5FC12F'

red 95 ◦ green 193 ◦ blue 47

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

Shades of Apple #5FC12F

Tints of Apple #5FC12F

RGB

 RED value IS 95 (37.5% from 255) = 28.36%

 GREEN value IS 193 (75.78% from 255) = 57.61%

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

R = 28.36%
G = 57.61%
B = 14.03%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#5FC12F (or 0x5FC12F) is known color: Apple. HEX triplet: 5F, C1 and 2F. RGB value is (95,193,47). Sum of RGB (Red+Green+Blue) = 95+193+47=335 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.36% from 335); Green value is 193 (75.78% from 255 or 57.61% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 193 - color contains mainly: green. Hex color #5FC12F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC12F is #A03ED0. Grayscale: #939393. Windows color (decimal): -10501841 or 3129695. OLE color: 3129695.

HSL color Cylindrical-coordinate representation of color #5FC12F: hue angle of 100.27º 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 #5FC12F is Cyan = 0.51, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 95 193 47 -
CMYK 0.51 0 0.76 0.24
HSL 100.27º 0.61% 0.47% -
HSV(B) 100.27º 0.76% 0.76% -
XYZ 24.3 40.78 9.28 -
YUV 147.05 71.53 90.87 -
System Red Green Blue C M Y K H S L
Decimal 95 193 47 0.51 0 0.76 0.24 100.27 0.61 0.47
Hex 5F C1 2F 33 0 4C 18 64 3D 2F
Octal 137 301 57 63 0 114 30 144 75 57
Binary 1011111 11000001 101111 110011 0 1001100 11000 1100100 111101 101111

Color Harmonies of #5FC12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FC12F

Black with #5FC12F

Text Example


Text Example

White with #5FC12F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,193,47); }

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

background-color css

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

 a { background-color: rgb(95,193,47); }

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

border-color css

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

 span { border-color: rgb(95,193,47); }

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