Html Css Color HEX #5DDB3F Apple

📋 copy color: '#5DDB3F'

red 93 ◦ green 219 ◦ blue 63

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

Shades of Apple #5DDB3F

Tints of Apple #5DDB3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.8%

R = 24.8%
G = 58.4%
B = 16.8%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#5DDB3F (or 0x5DDB3F) is known color: Apple. HEX triplet: 5D, DB and 3F. RGB value is (93,219,63). Sum of RGB (Red+Green+Blue) = 93+219+63=375 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.8% from 375); Green value is 219 (85.94% from 255 or 58.4% from 375); Blue value is 63 (25% from 255 or 16.8% from 375); Max value from RGB is 219 - color contains mainly: green. Hex color #5DDB3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DDB3F is #A224C0. Grayscale: #A4A4A4. Windows color (decimal): -10626241 or 4184925. OLE color: 4184925.

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

Color convert

RGB 93 219 63 -
CMYK 0.58 0 0.71 0.14
HSL 108.46º 0.68% 0.55% -
HSV(B) 108.46º 0.71% 0.86% -
XYZ 30.74 53.35 13.38 -
YUV 163.54 71.26 77.68 -
System Red Green Blue C M Y K H S L
Decimal 93 219 63 0.58 0 0.71 0.14 108.46 0.68 0.55
Hex 5D DB 3F 3A 0 47 E 6C 44 37
Octal 135 333 77 72 0 107 16 154 104 67
Binary 1011101 11011011 111111 111010 0 1000111 1110 1101100 1000100 110111

Color Harmonies of #5DDB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDB3F

Black with #5DDB3F

Text Example


Text Example

White with #5DDB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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