Html Css Color HEX #5DB92F Apple

📋 copy color: '#5DB92F'

red 93 ◦ green 185 ◦ blue 47

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

Shades of Apple #5DB92F

Tints of Apple #5DB92F

RGB

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

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

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

R = 28.62%
G = 56.92%
B = 14.46%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#5DB92F (or 0x5DB92F) is known color: Apple. HEX triplet: 5D, B9 and 2F. RGB value is (93,185,47). Sum of RGB (Red+Green+Blue) = 93+185+47=325 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.62% from 325); Green value is 185 (72.66% from 255 or 56.92% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 185 - color contains mainly: green. Hex color #5DB92F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DB92F is #A246D0. Grayscale: #8E8E8E. Windows color (decimal): -10634961 or 3127645. OLE color: 3127645.

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

Color convert

RGB 93 185 47 -
CMYK 0.50 0 0.75 0.27
HSL 100º 0.59% 0.45% -
HSV(B) 100º 0.75% 0.73% -
XYZ 22.38 37.23 8.7 -
YUV 141.76 74.52 93.22 -
System Red Green Blue C M Y K H S L
Decimal 93 185 47 0.50 0 0.75 0.27 100 0.59 0.45
Hex 5D B9 2F 32 0 4B 1B 64 3B 2D
Octal 135 271 57 62 0 113 33 144 73 55
Binary 1011101 10111001 101111 110010 0 1001011 11011 1100100 111011 101101

Color Harmonies of #5DB92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB92F

Black with #5DB92F

Text Example


Text Example

White with #5DB92F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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