Html Css Color HEX #5DBB2F Apple

📋 copy color: '#5DBB2F'

red 93 ◦ green 187 ◦ blue 47

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

Shades of Apple #5DBB2F

Tints of Apple #5DBB2F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 57.19%

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

R = 28.44%
G = 57.19%
B = 14.37%

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

#5DBB2F (or 0x5DBB2F) is known color: Apple. HEX triplet: 5D, BB and 2F. RGB value is (93,187,47). Sum of RGB (Red+Green+Blue) = 93+187+47=327 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.44% from 327); Green value is 187 (73.44% from 255 or 57.19% from 327); Blue value is 47 (18.75% from 255 or 14.37% from 327); Max value from RGB is 187 - color contains mainly: green. Hex color #5DBB2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBB2F is #A244D0. Grayscale: #8F8F8F. Windows color (decimal): -10634449 or 3128157. OLE color: 3128157.

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

Color convert

RGB 93 187 47 -
CMYK 0.50 0 0.75 0.27
HSL 100.29º 0.6% 0.46% -
HSV(B) 100.29º 0.75% 0.73% -
XYZ 22.8 38.07 8.84 -
YUV 142.93 73.86 92.38 -
System Red Green Blue C M Y K H S L
Decimal 93 187 47 0.50 0 0.75 0.27 100.29 0.6 0.46
Hex 5D BB 2F 32 0 4B 1B 64 3C 2E
Octal 135 273 57 62 0 113 33 144 74 56
Binary 1011101 10111011 101111 110010 0 1001011 11011 1100100 111100 101110

Color Harmonies of #5DBB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBB2F

Black with #5DBB2F

Text Example


Text Example

White with #5DBB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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