Html Css Color HEX #5DB94B Apple

📋 copy color: '#5DB94B'

red 93 ◦ green 185 ◦ blue 75

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

Shades of Apple #5DB94B

Tints of Apple #5DB94B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.25%

R = 26.35%
G = 52.41%
B = 21.25%

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

#5DB94B (or 0x5DB94B) is known color: Apple. HEX triplet: 5D, B9 and 4B. RGB value is (93,185,75). Sum of RGB (Red+Green+Blue) = 93+185+75=353 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.35% from 353); Green value is 185 (72.66% from 255 or 52.41% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 185 - color contains mainly: green. Hex color #5DB94B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DB94B is #A246B4. Grayscale: #919191. Windows color (decimal): -10634933 or 4962653. OLE color: 4962653.

HSL color Cylindrical-coordinate representation of color #5DB94B: hue angle of 110.18º 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 #5DB94B is Cyan = 0.50, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 93 185 75 -
CMYK 0.50 0 0.59 0.27
HSL 110.18º 0.44% 0.51% -
HSV(B) 110.18º 0.59% 0.73% -
XYZ 23.13 37.53 12.68 -
YUV 144.95 88.52 90.94 -
System Red Green Blue C M Y K H S L
Decimal 93 185 75 0.50 0 0.59 0.27 110.18 0.44 0.51
Hex 5D B9 4B 32 0 3B 1B 6E 2C 33
Octal 135 271 113 62 0 73 33 156 54 63
Binary 1011101 10111001 1001011 110010 0 111011 11011 1101110 101100 110011

Color Harmonies of #5DB94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB94B

Black with #5DB94B

Text Example


Text Example

White with #5DB94B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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