Html Css Color HEX #5FD83D Apple

📋 copy color: '#5FD83D'

red 95 ◦ green 216 ◦ blue 61

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

Shades of Apple #5FD83D

Tints of Apple #5FD83D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.4%

R = 25.54%
G = 58.06%
B = 16.4%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#5FD83D (or 0x5FD83D) is known color: Apple. HEX triplet: 5F, D8 and 3D. RGB value is (95,216,61). Sum of RGB (Red+Green+Blue) = 95+216+61=372 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.54% from 372); Green value is 216 (84.77% from 255 or 58.06% from 372); Blue value is 61 (24.22% from 255 or 16.40% from 372); Max value from RGB is 216 - color contains mainly: green. Hex color #5FD83D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD83D is #A027C2. Grayscale: #A2A2A2. Windows color (decimal): -10495939 or 4053087. OLE color: 4053087.

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

Color convert

RGB 95 216 61 -
CMYK 0.56 0 0.72 0.15
HSL 106.84º 0.67% 0.54% -
HSV(B) 106.84º 0.72% 0.85% -
XYZ 30.12 51.88 12.84 -
YUV 162.15 70.91 80.1 -
System Red Green Blue C M Y K H S L
Decimal 95 216 61 0.56 0 0.72 0.15 106.84 0.67 0.54
Hex 5F D8 3D 38 0 48 F 6B 43 36
Octal 137 330 75 70 0 110 17 153 103 66
Binary 1011111 11011000 111101 111000 0 1001000 1111 1101011 1000011 110110

Color Harmonies of #5FD83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD83D

Black with #5FD83D

Text Example


Text Example

White with #5FD83D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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