Html Css Color HEX #5DCA44 Apple

📋 copy color: '#5DCA44'

red 93 ◦ green 202 ◦ blue 68

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

Shades of Apple #5DCA44

Tints of Apple #5DCA44

RGB

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

 GREEN value IS 202 (79.3% from 255) = 55.65%

 BLUE value IS 68 (26.95% from 255) = 18.73%

R = 25.62%
G = 55.65%
B = 18.73%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#5DCA44 (or 0x5DCA44) is known color: Apple. HEX triplet: 5D, CA and 44. RGB value is (93,202,68). Sum of RGB (Red+Green+Blue) = 93+202+68=363 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.62% from 363); Green value is 202 (79.30% from 255 or 55.65% from 363); Blue value is 68 (26.95% from 255 or 18.73% from 363); Max value from RGB is 202 - color contains mainly: green. Hex color #5DCA44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DCA44 is #A235BB. Grayscale: #9A9A9A. Windows color (decimal): -10630588 or 4508253. OLE color: 4508253.

HSL color Cylindrical-coordinate representation of color #5DCA44: hue angle of 108.81º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5DCA44 is Cyan = 0.54, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 93 202 68 -
CMYK 0.54 0 0.66 0.21
HSL 108.81º 0.56% 0.53% -
HSV(B) 108.81º 0.66% 0.79% -
XYZ 26.68 44.99 12.75 -
YUV 154.13 79.39 84.4 -
System Red Green Blue C M Y K H S L
Decimal 93 202 68 0.54 0 0.66 0.21 108.81 0.56 0.53
Hex 5D CA 44 36 0 42 15 6D 38 35
Octal 135 312 104 66 0 102 25 155 70 65
Binary 1011101 11001010 1000100 110110 0 1000010 10101 1101101 111000 110101

Color Harmonies of #5DCA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCA44

Black with #5DCA44

Text Example


Text Example

White with #5DCA44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,202,68); }

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

background-color css

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

 a { background-color: rgb(93,202,68); }

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

border-color css

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

 span { border-color: rgb(93,202,68); }

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