Html Css Color HEX #5DDB3B Apple

📋 copy color: '#5DDB3B'

red 93 ◦ green 219 ◦ blue 59

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

Shades of Apple #5DDB3B

Tints of Apple #5DDB3B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 59.03%

 BLUE value IS 59 (23.44% from 255) = 15.9%

R = 25.07%
G = 59.03%
B = 15.9%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#5DDB3B (or 0x5DDB3B) is known color: Apple. HEX triplet: 5D, DB and 3B. RGB value is (93,219,59). Sum of RGB (Red+Green+Blue) = 93+219+59=371 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.07% from 371); Green value is 219 (85.94% from 255 or 59.03% from 371); Blue value is 59 (23.44% from 255 or 15.90% from 371); Max value from RGB is 219 - color contains mainly: green. Hex color #5DDB3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DDB3B is #A224C4. Grayscale: #A3A3A3. Windows color (decimal): -10626245 or 3922781. OLE color: 3922781.

HSL color Cylindrical-coordinate representation of color #5DDB3B: hue angle of 107.25º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5DDB3B is Cyan = 0.58, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 93 219 59 -
CMYK 0.58 0 0.73 0.14
HSL 107.25º 0.69% 0.55% -
HSV(B) 107.25º 0.73% 0.86% -
XYZ 30.64 53.31 12.81 -
YUV 163.09 69.26 78.01 -
System Red Green Blue C M Y K H S L
Decimal 93 219 59 0.58 0 0.73 0.14 107.25 0.69 0.55
Hex 5D DB 3B 3A 0 49 E 6B 45 37
Octal 135 333 73 72 0 111 16 153 105 67
Binary 1011101 11011011 111011 111010 0 1001001 1110 1101011 1000101 110111

Color Harmonies of #5DDB3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDB3B

Black with #5DDB3B

Text Example


Text Example

White with #5DDB3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,219,59); }

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

background-color css

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

 a { background-color: rgb(93,219,59); }

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

border-color css

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

 span { border-color: rgb(93,219,59); }

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