Html Css Color HEX #5DB42F Apple

📋 copy color: '#5DB42F'

red 93 ◦ green 180 ◦ blue 47

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

Shades of Apple #5DB42F

Tints of Apple #5DB42F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 56.25%

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

R = 29.06%
G = 56.25%
B = 14.69%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#5DB42F (or 0x5DB42F) is known color: Apple. HEX triplet: 5D, B4 and 2F. RGB value is (93,180,47). Sum of RGB (Red+Green+Blue) = 93+180+47=320 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.06% from 320); Green value is 180 (70.70% from 255 or 56.25% from 320); Blue value is 47 (18.75% from 255 or 14.69% from 320); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB42F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DB42F is #A24BD0. Grayscale: #8B8B8B. Windows color (decimal): -10636241 or 3126365. OLE color: 3126365.

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

Color convert

RGB 93 180 47 -
CMYK 0.48 0 0.74 0.29
HSL 99.25º 0.59% 0.45% -
HSV(B) 99.25º 0.74% 0.71% -
XYZ 21.35 35.17 8.35 -
YUV 138.83 76.18 95.31 -
System Red Green Blue C M Y K H S L
Decimal 93 180 47 0.48 0 0.74 0.29 99.25 0.59 0.45
Hex 5D B4 2F 30 0 4A 1D 63 3B 2D
Octal 135 264 57 60 0 112 35 143 73 55
Binary 1011101 10110100 101111 110000 0 1001010 11101 1100011 111011 101101

Color Harmonies of #5DB42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB42F

Black with #5DB42F

Text Example


Text Example

White with #5DB42F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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