Html Css Color HEX #5FD048 Apple

📋 copy color: '#5FD048'

red 95 ◦ green 208 ◦ blue 72

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

Shades of Apple #5FD048

Tints of Apple #5FD048

RGB

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

 GREEN value IS 208 (81.64% from 255) = 55.47%

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

R = 25.33%
G = 55.47%
B = 19.2%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#5FD048 (or 0x5FD048) is known color: Apple. HEX triplet: 5F, D0 and 48. RGB value is (95,208,72). Sum of RGB (Red+Green+Blue) = 95+208+72=375 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.33% from 375); Green value is 208 (81.64% from 255 or 55.47% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 208 - color contains mainly: green. Hex color #5FD048 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD048 is #A02FB7. Grayscale: #9F9F9F. Windows color (decimal): -10497976 or 4771935. OLE color: 4771935.

HSL color Cylindrical-coordinate representation of color #5FD048: hue angle of 109.85º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5FD048 is Cyan = 0.54, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 95 208 72 -
CMYK 0.54 0 0.65 0.18
HSL 109.85º 0.59% 0.55% -
HSV(B) 109.85º 0.65% 0.82% -
XYZ 28.44 48.01 13.9 -
YUV 158.71 79.06 82.56 -
System Red Green Blue C M Y K H S L
Decimal 95 208 72 0.54 0 0.65 0.18 109.85 0.59 0.55
Hex 5F D0 48 36 0 41 12 6E 3B 37
Octal 137 320 110 66 0 101 22 156 73 67
Binary 1011111 11010000 1001000 110110 0 1000001 10010 1101110 111011 110111

Color Harmonies of #5FD048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD048

Black with #5FD048

Text Example


Text Example

White with #5FD048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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