Html Css Color HEX #5DD03D Apple

📋 copy color: '#5DD03D'

red 93 ◦ green 208 ◦ blue 61

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

Shades of Apple #5DD03D

Tints of Apple #5DD03D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.85%

R = 25.69%
G = 57.46%
B = 16.85%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#5DD03D (or 0x5DD03D) is known color: Apple. HEX triplet: 5D, D0 and 3D. RGB value is (93,208,61). Sum of RGB (Red+Green+Blue) = 93+208+61=362 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.69% from 362); Green value is 208 (81.64% from 255 or 57.46% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 208 - color contains mainly: green. Hex color #5DD03D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD03D is #A22FC2. Grayscale: #9D9D9D. Windows color (decimal): -10629059 or 4051037. OLE color: 4051037.

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

Color convert

RGB 93 208 61 -
CMYK 0.55 0 0.71 0.18
HSL 106.94º 0.61% 0.53% -
HSV(B) 106.94º 0.71% 0.82% -
XYZ 27.91 47.78 12.17 -
YUV 156.86 73.9 82.45 -
System Red Green Blue C M Y K H S L
Decimal 93 208 61 0.55 0 0.71 0.18 106.94 0.61 0.53
Hex 5D D0 3D 37 0 47 12 6B 3D 35
Octal 135 320 75 67 0 107 22 153 75 65
Binary 1011101 11010000 111101 110111 0 1000111 10010 1101011 111101 110101

Color Harmonies of #5DD03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD03D

Black with #5DD03D

Text Example


Text Example

White with #5DD03D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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