Html Css Color HEX #5DCD4E Apple

📋 copy color: '#5DCD4E'

red 93 ◦ green 205 ◦ blue 78

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

Shades of Apple #5DCD4E

Tints of Apple #5DCD4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.74%

R = 24.73%
G = 54.52%
B = 20.74%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#5DCD4E (or 0x5DCD4E) is known color: Apple. HEX triplet: 5D, CD and 4E. RGB value is (93,205,78). Sum of RGB (Red+Green+Blue) = 93+205+78=376 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.73% from 376); Green value is 205 (80.47% from 255 or 54.52% from 376); Blue value is 78 (30.86% from 255 or 20.74% from 376); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCD4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DCD4E is #A232B1. Grayscale: #9D9D9D. Windows color (decimal): -10629810 or 5164381. OLE color: 5164381.

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

Color convert

RGB 93 205 78 -
CMYK 0.55 0 0.62 0.20
HSL 112.91º 0.56% 0.55% -
HSV(B) 112.91º 0.62% 0.8% -
XYZ 27.72 46.54 14.73 -
YUV 157.03 83.39 82.33 -
System Red Green Blue C M Y K H S L
Decimal 93 205 78 0.55 0 0.62 0.20 112.91 0.56 0.55
Hex 5D CD 4E 37 0 3E 14 71 38 37
Octal 135 315 116 67 0 76 24 161 70 67
Binary 1011101 11001101 1001110 110111 0 111110 10100 1110001 111000 110111

Color Harmonies of #5DCD4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCD4E

Black with #5DCD4E

Text Example


Text Example

White with #5DCD4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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