Html Css Color HEX #5DB24B Apple

📋 copy color: '#5DB24B'

red 93 ◦ green 178 ◦ blue 75

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

Shades of Apple #5DB24B

Tints of Apple #5DB24B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 51.45%

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

R = 26.88%
G = 51.45%
B = 21.68%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#5DB24B (or 0x5DB24B) is known color: Apple. HEX triplet: 5D, B2 and 4B. RGB value is (93,178,75). Sum of RGB (Red+Green+Blue) = 93+178+75=346 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.88% from 346); Green value is 178 (69.92% from 255 or 51.45% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 178 - color contains mainly: green. Hex color #5DB24B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DB24B is #A24DB4. Grayscale: #8D8D8D. Windows color (decimal): -10636725 or 4960861. OLE color: 4960861.

HSL color Cylindrical-coordinate representation of color #5DB24B: hue angle of 109.51º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DB24B is Cyan = 0.48, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 93 178 75 -
CMYK 0.48 0 0.58 0.30
HSL 109.51º 0.41% 0.5% -
HSV(B) 109.51º 0.58% 0.7% -
XYZ 21.7 34.68 12.21 -
YUV 140.84 90.84 93.88 -
System Red Green Blue C M Y K H S L
Decimal 93 178 75 0.48 0 0.58 0.30 109.51 0.41 0.5
Hex 5D B2 4B 30 0 3A 1E 6E 29 32
Octal 135 262 113 60 0 72 36 156 51 62
Binary 1011101 10110010 1001011 110000 0 111010 11110 1101110 101001 110010

Color Harmonies of #5DB24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB24B

Black with #5DB24B

Text Example


Text Example

White with #5DB24B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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