Html Css Color HEX #5DB14B Apple

📋 copy color: '#5DB14B'

red 93 ◦ green 177 ◦ blue 75

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

Shades of Apple #5DB14B

Tints of Apple #5DB14B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 51.3%

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

R = 26.96%
G = 51.3%
B = 21.74%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#5DB14B (or 0x5DB14B) is known color: Apple. HEX triplet: 5D, B1 and 4B. RGB value is (93,177,75). Sum of RGB (Red+Green+Blue) = 93+177+75=345 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.96% from 345); Green value is 177 (69.53% from 255 or 51.30% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 177 - color contains mainly: green. Hex color #5DB14B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DB14B is #A24EB4. Grayscale: #8C8C8C. Windows color (decimal): -10636981 or 4960605. OLE color: 4960605.

HSL color Cylindrical-coordinate representation of color #5DB14B: hue angle of 109.41º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DB14B is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 93 177 75 -
CMYK 0.47 0 0.58 0.31
HSL 109.41º 0.4% 0.49% -
HSV(B) 109.41º 0.58% 0.69% -
XYZ 21.51 34.28 12.14 -
YUV 140.26 91.17 94.29 -
System Red Green Blue C M Y K H S L
Decimal 93 177 75 0.47 0 0.58 0.31 109.41 0.4 0.49
Hex 5D B1 4B 2F 0 3A 1F 6D 28 31
Octal 135 261 113 57 0 72 37 155 50 61
Binary 1011101 10110001 1001011 101111 0 111010 11111 1101101 101000 110001

Color Harmonies of #5DB14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB14B

Black with #5DB14B

Text Example


Text Example

White with #5DB14B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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