Html Css Color HEX #5DB82F Apple

📋 copy color: '#5DB82F'

red 93 ◦ green 184 ◦ blue 47

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

Shades of Apple #5DB82F

Tints of Apple #5DB82F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 56.79%

 BLUE value IS 47 (18.75% from 255) = 14.51%

R = 28.7%
G = 56.79%
B = 14.51%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#5DB82F (or 0x5DB82F) is known color: Apple. HEX triplet: 5D, B8 and 2F. RGB value is (93,184,47). Sum of RGB (Red+Green+Blue) = 93+184+47=324 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.70% from 324); Green value is 184 (72.27% from 255 or 56.79% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 184 - color contains mainly: green. Hex color #5DB82F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DB82F is #A247D0. Grayscale: #8D8D8D. Windows color (decimal): -10635217 or 3127389. OLE color: 3127389.

HSL color Cylindrical-coordinate representation of color #5DB82F: hue angle of 99.85º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5DB82F is Cyan = 0.49, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 93 184 47 -
CMYK 0.49 0 0.74 0.28
HSL 99.85º 0.59% 0.45% -
HSV(B) 99.85º 0.74% 0.72% -
XYZ 22.17 36.81 8.63 -
YUV 141.17 74.85 93.64 -
System Red Green Blue C M Y K H S L
Decimal 93 184 47 0.49 0 0.74 0.28 99.85 0.59 0.45
Hex 5D B8 2F 31 0 4A 1C 64 3B 2D
Octal 135 270 57 61 0 112 34 144 73 55
Binary 1011101 10111000 101111 110001 0 1001010 11100 1100100 111011 101101

Color Harmonies of #5DB82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB82F

Black with #5DB82F

Text Example


Text Example

White with #5DB82F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,184,47); }

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

background-color css

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

 a { background-color: rgb(93,184,47); }

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

border-color css

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

 span { border-color: rgb(93,184,47); }

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