Html Css Color HEX #5DCA3A Apple

📋 copy color: '#5DCA3A'

red 93 ◦ green 202 ◦ blue 58

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

Shades of Apple #5DCA3A

Tints of Apple #5DCA3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.43%

R = 26.35%
G = 57.22%
B = 16.43%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#5DCA3A (or 0x5DCA3A) is known color: Apple. HEX triplet: 5D, CA and 3A. RGB value is (93,202,58). Sum of RGB (Red+Green+Blue) = 93+202+58=353 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.35% from 353); Green value is 202 (79.30% from 255 or 57.22% from 353); Blue value is 58 (23.05% from 255 or 16.43% from 353); Max value from RGB is 202 - color contains mainly: green. Hex color #5DCA3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DCA3A is #A235C5. Grayscale: #999999. Windows color (decimal): -10630598 or 3852893. OLE color: 3852893.

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

Color convert

RGB 93 202 58 -
CMYK 0.54 0 0.71 0.21
HSL 105.42º 0.58% 0.51% -
HSV(B) 105.42º 0.71% 0.79% -
XYZ 26.4 44.87 11.27 -
YUV 152.99 74.39 85.21 -
System Red Green Blue C M Y K H S L
Decimal 93 202 58 0.54 0 0.71 0.21 105.42 0.58 0.51
Hex 5D CA 3A 36 0 47 15 69 3A 33
Octal 135 312 72 66 0 107 25 151 72 63
Binary 1011101 11001010 111010 110110 0 1000111 10101 1101001 111010 110011

Color Harmonies of #5DCA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCA3A

Black with #5DCA3A

Text Example


Text Example

White with #5DCA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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