Html Css Color HEX #5FDF48 Apple

📋 copy color: '#5FDF48'

red 95 ◦ green 223 ◦ blue 72

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

Shades of Apple #5FDF48

Tints of Apple #5FDF48

RGB

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

 GREEN value IS 223 (87.5% from 255) = 57.18%

 BLUE value IS 72 (28.52% from 255) = 18.46%

R = 24.36%
G = 57.18%
B = 18.46%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#5FDF48 (or 0x5FDF48) is known color: Apple. HEX triplet: 5F, DF and 48. RGB value is (95,223,72). Sum of RGB (Red+Green+Blue) = 95+223+72=390 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.36% from 390); Green value is 223 (87.5% from 255 or 57.18% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 223 - color contains mainly: green. Hex color #5FDF48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FDF48 is #A020B7. Grayscale: #A7A7A7. Windows color (decimal): -10494136 or 4775775. OLE color: 4775775.

HSL color Cylindrical-coordinate representation of color #5FDF48: hue angle of 110.86º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5FDF48 is Cyan = 0.57, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 95 223 72 -
CMYK 0.57 0 0.68 0.13
HSL 110.86º 0.7% 0.58% -
HSV(B) 110.86º 0.68% 0.87% -
XYZ 32.28 55.68 15.18 -
YUV 167.51 74.09 76.28 -
System Red Green Blue C M Y K H S L
Decimal 95 223 72 0.57 0 0.68 0.13 110.86 0.7 0.58
Hex 5F DF 48 39 0 44 D 6F 46 3A
Octal 137 337 110 71 0 104 15 157 106 72
Binary 1011111 11011111 1001000 111001 0 1000100 1101 1101111 1000110 111010

Color Harmonies of #5FDF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDF48

Black with #5FDF48

Text Example


Text Example

White with #5FDF48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,223,72); }

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

background-color css

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

 a { background-color: rgb(95,223,72); }

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

border-color css

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

 span { border-color: rgb(95,223,72); }

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