Html Css Color HEX #5FD73D Apple

📋 copy color: '#5FD73D'

red 95 ◦ green 215 ◦ blue 61

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

Shades of Apple #5FD73D

Tints of Apple #5FD73D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 57.95%

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

R = 25.61%
G = 57.95%
B = 16.44%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#5FD73D (or 0x5FD73D) is known color: Apple. HEX triplet: 5F, D7 and 3D. RGB value is (95,215,61). Sum of RGB (Red+Green+Blue) = 95+215+61=371 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.61% from 371); Green value is 215 (84.38% from 255 or 57.95% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 215 - color contains mainly: green. Hex color #5FD73D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD73D is #A028C2. Grayscale: #A2A2A2. Windows color (decimal): -10496195 or 4052831. OLE color: 4052831.

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

Color convert

RGB 95 215 61 -
CMYK 0.56 0 0.72 0.16
HSL 106.75º 0.66% 0.54% -
HSV(B) 106.75º 0.72% 0.84% -
XYZ 29.86 51.37 12.76 -
YUV 161.56 71.24 80.52 -
System Red Green Blue C M Y K H S L
Decimal 95 215 61 0.56 0 0.72 0.16 106.75 0.66 0.54
Hex 5F D7 3D 38 0 48 10 6B 42 36
Octal 137 327 75 70 0 110 20 153 102 66
Binary 1011111 11010111 111101 111000 0 1001000 10000 1101011 1000010 110110

Color Harmonies of #5FD73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FD73D

Black with #5FD73D

Text Example


Text Example

White with #5FD73D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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