Html Css Color HEX #5FDF44 Apple

📋 copy color: '#5FDF44'

red 95 ◦ green 223 ◦ blue 68

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

Shades of Apple #5FDF44

Tints of Apple #5FDF44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.62%

R = 24.61%
G = 57.77%
B = 17.62%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#5FDF44 (or 0x5FDF44) is known color: Apple. HEX triplet: 5F, DF and 44. RGB value is (95,223,68). Sum of RGB (Red+Green+Blue) = 95+223+68=386 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.61% from 386); Green value is 223 (87.5% from 255 or 57.77% from 386); Blue value is 68 (26.95% from 255 or 17.62% from 386); Max value from RGB is 223 - color contains mainly: green. Hex color #5FDF44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FDF44 is #A020BB. Grayscale: #A7A7A7. Windows color (decimal): -10494140 or 4513631. OLE color: 4513631.

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

Color convert

RGB 95 223 68 -
CMYK 0.57 0 0.70 0.13
HSL 109.55º 0.71% 0.57% -
HSV(B) 109.55º 0.7% 0.87% -
XYZ 32.15 55.63 14.51 -
YUV 167.06 72.09 76.6 -
System Red Green Blue C M Y K H S L
Decimal 95 223 68 0.57 0 0.70 0.13 109.55 0.71 0.57
Hex 5F DF 44 39 0 46 D 6E 47 39
Octal 137 337 104 71 0 106 15 156 107 71
Binary 1011111 11011111 1000100 111001 0 1000110 1101 1101110 1000111 111001

Color Harmonies of #5FDF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FDF44

Black with #5FDF44

Text Example


Text Example

White with #5FDF44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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