Html Css Color HEX #5DD03A Apple

📋 copy color: '#5DD03A'

red 93 ◦ green 208 ◦ blue 58

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

Shades of Apple #5DD03A

Tints of Apple #5DD03A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 57.94%

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

R = 25.91%
G = 57.94%
B = 16.16%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#5DD03A (or 0x5DD03A) is known color: Apple. HEX triplet: 5D, D0 and 3A. RGB value is (93,208,58). Sum of RGB (Red+Green+Blue) = 93+208+58=359 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.91% from 359); Green value is 208 (81.64% from 255 or 57.94% from 359); Blue value is 58 (23.05% from 255 or 16.16% from 359); Max value from RGB is 208 - color contains mainly: green. Hex color #5DD03A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD03A is #A22FC5. Grayscale: #9D9D9D. Windows color (decimal): -10629062 or 3854429. OLE color: 3854429.

HSL color Cylindrical-coordinate representation of color #5DD03A: hue angle of 106º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5DD03A is Cyan = 0.55, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 93 208 58 -
CMYK 0.55 0 0.72 0.18
HSL 106º 0.61% 0.52% -
HSV(B) 106º 0.72% 0.82% -
XYZ 27.83 47.74 11.75 -
YUV 156.52 72.4 82.7 -
System Red Green Blue C M Y K H S L
Decimal 93 208 58 0.55 0 0.72 0.18 106 0.61 0.52
Hex 5D D0 3A 37 0 48 12 6A 3D 34
Octal 135 320 72 67 0 110 22 152 75 64
Binary 1011101 11010000 111010 110111 0 1001000 10010 1101010 111101 110100

Color Harmonies of #5DD03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD03A

Black with #5DD03A

Text Example


Text Example

White with #5DD03A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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