Html Css Color HEX #5DBF55 Apple

📋 copy color: '#5DBF55'

red 93 ◦ green 191 ◦ blue 85

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

Shades of Apple #5DBF55

Tints of Apple #5DBF55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.04%

R = 25.2%
G = 51.76%
B = 23.04%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#5DBF55 (or 0x5DBF55) is known color: Apple. HEX triplet: 5D, BF and 55. RGB value is (93,191,85). Sum of RGB (Red+Green+Blue) = 93+191+85=369 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.20% from 369); Green value is 191 (75% from 255 or 51.76% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 191 - color contains mainly: green. Hex color #5DBF55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBF55 is #A240AA. Grayscale: #959595. Windows color (decimal): -10633387 or 5619549. OLE color: 5619549.

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

Color convert

RGB 93 191 85 -
CMYK 0.51 0 0.55 0.25
HSL 115.47º 0.45% 0.54% -
HSV(B) 115.47º 0.55% 0.75% -
XYZ 24.78 40.24 15.06 -
YUV 149.61 91.53 87.62 -
System Red Green Blue C M Y K H S L
Decimal 93 191 85 0.51 0 0.55 0.25 115.47 0.45 0.54
Hex 5D BF 55 33 0 37 19 73 2D 36
Octal 135 277 125 63 0 67 31 163 55 66
Binary 1011101 10111111 1010101 110011 0 110111 11001 1110011 101101 110110

Color Harmonies of #5DBF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBF55

Black with #5DBF55

Text Example


Text Example

White with #5DBF55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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