Html Css Color HEX #5DD63A Apple

📋 copy color: '#5DD63A'

red 93 ◦ green 214 ◦ blue 58

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

Shades of Apple #5DD63A

Tints of Apple #5DD63A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 58.63%

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

R = 25.48%
G = 58.63%
B = 15.89%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#5DD63A (or 0x5DD63A) is known color: Apple. HEX triplet: 5D, D6 and 3A. RGB value is (93,214,58). Sum of RGB (Red+Green+Blue) = 93+214+58=365 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.48% from 365); Green value is 214 (83.98% from 255 or 58.63% from 365); Blue value is 58 (23.05% from 255 or 15.89% from 365); Max value from RGB is 214 - color contains mainly: green. Hex color #5DD63A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD63A is #A229C5. Grayscale: #A0A0A0. Windows color (decimal): -10627526 or 3855965. OLE color: 3855965.

HSL color Cylindrical-coordinate representation of color #5DD63A: hue angle of 106.54º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5DD63A is Cyan = 0.57, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 93 214 58 -
CMYK 0.57 0 0.73 0.16
HSL 106.54º 0.66% 0.53% -
HSV(B) 106.54º 0.73% 0.84% -
XYZ 29.32 50.73 12.25 -
YUV 160.04 70.41 80.18 -
System Red Green Blue C M Y K H S L
Decimal 93 214 58 0.57 0 0.73 0.16 106.54 0.66 0.53
Hex 5D D6 3A 39 0 49 10 6B 42 35
Octal 135 326 72 71 0 111 20 153 102 65
Binary 1011101 11010110 111010 111001 0 1001001 10000 1101011 1000010 110101

Color Harmonies of #5DD63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD63A

Black with #5DD63A

Text Example


Text Example

White with #5DD63A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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