Html Css Color HEX #5DBF51 Apple

📋 copy color: '#5DBF51'

red 93 ◦ green 191 ◦ blue 81

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

Shades of Apple #5DBF51

Tints of Apple #5DBF51

RGB

 RED value IS 93 (36.72% from 255) = 25.48%

 GREEN value IS 191 (75% from 255) = 52.33%

 BLUE value IS 81 (32.03% from 255) = 22.19%

R = 25.48%
G = 52.33%
B = 22.19%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#5DBF51 (or 0x5DBF51) is known color: Apple. HEX triplet: 5D, BF and 51. RGB value is (93,191,81). Sum of RGB (Red+Green+Blue) = 93+191+81=365 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.48% from 365); Green value is 191 (75% from 255 or 52.33% from 365); Blue value is 81 (32.03% from 255 or 22.19% from 365); Max value from RGB is 191 - color contains mainly: green. Hex color #5DBF51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBF51 is #A240AE. Grayscale: #959595. Windows color (decimal): -10633391 or 5357405. OLE color: 5357405.

HSL color Cylindrical-coordinate representation of color #5DBF51: hue angle of 113.45º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DBF51 is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 93 191 81 -
CMYK 0.51 0 0.58 0.25
HSL 113.45º 0.46% 0.53% -
HSV(B) 113.45º 0.58% 0.75% -
XYZ 24.63 40.18 14.24 -
YUV 149.16 89.53 87.94 -
System Red Green Blue C M Y K H S L
Decimal 93 191 81 0.51 0 0.58 0.25 113.45 0.46 0.53
Hex 5D BF 51 33 0 3A 19 71 2E 35
Octal 135 277 121 63 0 72 31 161 56 65
Binary 1011101 10111111 1010001 110011 0 111010 11001 1110001 101110 110101

Color Harmonies of #5DBF51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBF51

Black with #5DBF51

Text Example


Text Example

White with #5DBF51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,191,81); }

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

background-color css

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

 a { background-color: rgb(93,191,81); }

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

border-color css

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

 span { border-color: rgb(93,191,81); }

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