Html Css Color HEX #5DCD4B Apple

📋 copy color: '#5DCD4B'

red 93 ◦ green 205 ◦ blue 75

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

Shades of Apple #5DCD4B

Tints of Apple #5DCD4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.11%

R = 24.93%
G = 54.96%
B = 20.11%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#5DCD4B (or 0x5DCD4B) is known color: Apple. HEX triplet: 5D, CD and 4B. RGB value is (93,205,75). Sum of RGB (Red+Green+Blue) = 93+205+75=373 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.93% from 373); Green value is 205 (80.47% from 255 or 54.96% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCD4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DCD4B is #A232B4. Grayscale: #9D9D9D. Windows color (decimal): -10629813 or 4967773. OLE color: 4967773.

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

Color convert

RGB 93 205 75 -
CMYK 0.55 0 0.63 0.20
HSL 111.69º 0.57% 0.55% -
HSV(B) 111.69º 0.63% 0.8% -
XYZ 27.62 46.5 14.18 -
YUV 156.69 81.89 82.57 -
System Red Green Blue C M Y K H S L
Decimal 93 205 75 0.55 0 0.63 0.20 111.69 0.57 0.55
Hex 5D CD 4B 37 0 3F 14 70 39 37
Octal 135 315 113 67 0 77 24 160 71 67
Binary 1011101 11001101 1001011 110111 0 111111 10100 1110000 111001 110111

Color Harmonies of #5DCD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCD4B

Black with #5DCD4B

Text Example


Text Example

White with #5DCD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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