Html Css Color HEX #5FD84D Apple

📋 copy color: '#5FD84D'

red 95 ◦ green 216 ◦ blue 77

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

Shades of Apple #5FD84D

Tints of Apple #5FD84D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 55.67%

 BLUE value IS 77 (30.47% from 255) = 19.85%

R = 24.48%
G = 55.67%
B = 19.85%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#5FD84D (or 0x5FD84D) is known color: Apple. HEX triplet: 5F, D8 and 4D. RGB value is (95,216,77). Sum of RGB (Red+Green+Blue) = 95+216+77=388 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.48% from 388); Green value is 216 (84.77% from 255 or 55.67% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 216 - color contains mainly: green. Hex color #5FD84D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD84D is #A027B2. Grayscale: #A4A4A4. Windows color (decimal): -10495923 or 5101663. OLE color: 5101663.

HSL color Cylindrical-coordinate representation of color #5FD84D: hue angle of 112.23º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5FD84D is Cyan = 0.56, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 95 216 77 -
CMYK 0.56 0 0.64 0.15
HSL 112.23º 0.64% 0.57% -
HSV(B) 112.23º 0.64% 0.85% -
XYZ 30.61 52.08 15.46 -
YUV 163.98 78.91 78.8 -
System Red Green Blue C M Y K H S L
Decimal 95 216 77 0.56 0 0.64 0.15 112.23 0.64 0.57
Hex 5F D8 4D 38 0 40 F 70 40 39
Octal 137 330 115 70 0 100 17 160 100 71
Binary 1011111 11011000 1001101 111000 0 1000000 1111 1110000 1000000 111001

Color Harmonies of #5FD84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD84D

Black with #5FD84D

Text Example


Text Example

White with #5FD84D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,216,77); }

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

background-color css

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

 a { background-color: rgb(95,216,77); }

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

border-color css

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

 span { border-color: rgb(95,216,77); }

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