Html Css Color HEX #5DCD45 Apple

📋 copy color: '#5DCD45'

red 93 ◦ green 205 ◦ blue 69

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

Shades of Apple #5DCD45

Tints of Apple #5DCD45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.8%

R = 25.34%
G = 55.86%
B = 18.8%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#5DCD45 (or 0x5DCD45) is known color: Apple. HEX triplet: 5D, CD and 45. RGB value is (93,205,69). Sum of RGB (Red+Green+Blue) = 93+205+69=367 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.34% from 367); Green value is 205 (80.47% from 255 or 55.86% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCD45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DCD45 is #A232BA. Grayscale: #9C9C9C. Windows color (decimal): -10629819 or 4574557. OLE color: 4574557.

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

Color convert

RGB 93 205 69 -
CMYK 0.55 0 0.66 0.20
HSL 109.41º 0.58% 0.54% -
HSV(B) 109.41º 0.66% 0.8% -
XYZ 27.42 46.42 13.14 -
YUV 156.01 78.89 83.06 -
System Red Green Blue C M Y K H S L
Decimal 93 205 69 0.55 0 0.66 0.20 109.41 0.58 0.54
Hex 5D CD 45 37 0 42 14 6D 3A 36
Octal 135 315 105 67 0 102 24 155 72 66
Binary 1011101 11001101 1000101 110111 0 1000010 10100 1101101 111010 110110

Color Harmonies of #5DCD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCD45

Black with #5DCD45

Text Example


Text Example

White with #5DCD45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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