Html Css Color HEX #5DDB4C Apple

📋 copy color: '#5DDB4C'

red 93 ◦ green 219 ◦ blue 76

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

Shades of Apple #5DDB4C

Tints of Apple #5DDB4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.59%

R = 23.97%
G = 56.44%
B = 19.59%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#5DDB4C (or 0x5DDB4C) is known color: Apple. HEX triplet: 5D, DB and 4C. RGB value is (93,219,76). Sum of RGB (Red+Green+Blue) = 93+219+76=388 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.97% from 388); Green value is 219 (85.94% from 255 or 56.44% from 388); Blue value is 76 (30.08% from 255 or 19.59% from 388); Max value from RGB is 219 - color contains mainly: green. Hex color #5DDB4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DDB4C is #A224B3. Grayscale: #A5A5A5. Windows color (decimal): -10626228 or 5036893. OLE color: 5036893.

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

Color convert

RGB 93 219 76 -
CMYK 0.58 0 0.65 0.14
HSL 112.87º 0.67% 0.58% -
HSV(B) 112.87º 0.65% 0.86% -
XYZ 31.15 53.51 15.52 -
YUV 165.02 77.76 76.63 -
System Red Green Blue C M Y K H S L
Decimal 93 219 76 0.58 0 0.65 0.14 112.87 0.67 0.58
Hex 5D DB 4C 3A 0 41 E 71 43 3A
Octal 135 333 114 72 0 101 16 161 103 72
Binary 1011101 11011011 1001100 111010 0 1000001 1110 1110001 1000011 111010

Color Harmonies of #5DDB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDB4C

Black with #5DDB4C

Text Example


Text Example

White with #5DDB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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