Html Css Color HEX #5DB94C Apple

📋 copy color: '#5DB94C'

red 93 ◦ green 185 ◦ blue 76

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

Shades of Apple #5DB94C

Tints of Apple #5DB94C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 52.26%

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

R = 26.27%
G = 52.26%
B = 21.47%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#5DB94C (or 0x5DB94C) is known color: Apple. HEX triplet: 5D, B9 and 4C. RGB value is (93,185,76). Sum of RGB (Red+Green+Blue) = 93+185+76=354 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.27% from 354); Green value is 185 (72.66% from 255 or 52.26% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 185 - color contains mainly: green. Hex color #5DB94C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DB94C is #A246B3. Grayscale: #919191. Windows color (decimal): -10634932 or 5028189. OLE color: 5028189.

HSL color Cylindrical-coordinate representation of color #5DB94C: hue angle of 110.64º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DB94C is Cyan = 0.50, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 93 185 76 -
CMYK 0.50 0 0.59 0.27
HSL 110.64º 0.44% 0.51% -
HSV(B) 110.64º 0.59% 0.73% -
XYZ 23.17 37.55 12.86 -
YUV 145.07 89.02 90.86 -
System Red Green Blue C M Y K H S L
Decimal 93 185 76 0.50 0 0.59 0.27 110.64 0.44 0.51
Hex 5D B9 4C 32 0 3B 1B 6F 2C 33
Octal 135 271 114 62 0 73 33 157 54 63
Binary 1011101 10111001 1001100 110010 0 111011 11011 1101111 101100 110011

Color Harmonies of #5DB94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB94C

Black with #5DB94C

Text Example


Text Example

White with #5DB94C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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