Html Css Color HEX #5DCD52 Apple

📋 copy color: '#5DCD52'

red 93 ◦ green 205 ◦ blue 82

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

Shades of Apple #5DCD52

Tints of Apple #5DCD52

RGB

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

 GREEN value IS 205 (80.47% from 255) = 53.95%

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

R = 24.47%
G = 53.95%
B = 21.58%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.6

 K value IS 0.20

RGB Variations

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

Color information

#5DCD52 (or 0x5DCD52) is known color: Apple. HEX triplet: 5D, CD and 52. RGB value is (93,205,82). Sum of RGB (Red+Green+Blue) = 93+205+82=380 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.47% from 380); Green value is 205 (80.47% from 255 or 53.95% from 380); Blue value is 82 (32.42% from 255 or 21.58% from 380); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCD52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DCD52 is #A232AD. Grayscale: #9D9D9D. Windows color (decimal): -10629806 or 5426525. OLE color: 5426525.

HSL color Cylindrical-coordinate representation of color #5DCD52: hue angle of 114.63º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DCD52 is Cyan = 0.55, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.20.

Color convert

RGB 93 205 82 -
CMYK 0.55 0 0.6 0.20
HSL 114.63º 0.55% 0.56% -
HSV(B) 114.63º 0.6% 0.8% -
XYZ 27.87 46.6 15.51 -
YUV 157.49 85.39 82 -
System Red Green Blue C M Y K H S L
Decimal 93 205 82 0.55 0 0.6 0.20 114.63 0.55 0.56
Hex 5D CD 52 37 0 3C 14 73 37 38
Octal 135 315 122 67 0 74 24 163 67 70
Binary 1011101 11001101 1010010 110111 0 111100 10100 1110011 110111 111000

Color Harmonies of #5DCD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCD52

Black with #5DCD52

Text Example


Text Example

White with #5DCD52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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