Html Css Color HEX #5DBF52 Apple

📋 copy color: '#5DBF52'

red 93 ◦ green 191 ◦ blue 82

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

Shades of Apple #5DBF52

Tints of Apple #5DBF52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.4%

R = 25.41%
G = 52.19%
B = 22.4%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#5DBF52 (or 0x5DBF52) is known color: Apple. HEX triplet: 5D, BF and 52. RGB value is (93,191,82). Sum of RGB (Red+Green+Blue) = 93+191+82=366 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.41% from 366); Green value is 191 (75% from 255 or 52.19% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 191 - color contains mainly: green. Hex color #5DBF52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBF52 is #A240AD. Grayscale: #959595. Windows color (decimal): -10633390 or 5422941. OLE color: 5422941.

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

Color convert

RGB 93 191 82 -
CMYK 0.51 0 0.57 0.25
HSL 113.95º 0.46% 0.54% -
HSV(B) 113.95º 0.57% 0.75% -
XYZ 24.67 40.2 14.44 -
YUV 149.27 90.03 87.86 -
System Red Green Blue C M Y K H S L
Decimal 93 191 82 0.51 0 0.57 0.25 113.95 0.46 0.54
Hex 5D BF 52 33 0 39 19 72 2E 36
Octal 135 277 122 63 0 71 31 162 56 66
Binary 1011101 10111111 1010010 110011 0 111001 11001 1110010 101110 110110

Color Harmonies of #5DBF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBF52

Black with #5DBF52

Text Example


Text Example

White with #5DBF52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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