Html Css Color HEX #5DBB45 Apple

📋 copy color: '#5DBB45'

red 93 ◦ green 187 ◦ blue 69

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

Shades of Apple #5DBB45

Tints of Apple #5DBB45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.77%

R = 26.65%
G = 53.58%
B = 19.77%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#5DBB45 (or 0x5DBB45) is known color: Apple. HEX triplet: 5D, BB and 45. RGB value is (93,187,69). Sum of RGB (Red+Green+Blue) = 93+187+69=349 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.65% from 349); Green value is 187 (73.44% from 255 or 53.58% from 349); Blue value is 69 (27.34% from 255 or 19.77% from 349); Max value from RGB is 187 - color contains mainly: green. Hex color #5DBB45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBB45 is #A244BA. Grayscale: #919191. Windows color (decimal): -10634427 or 4569949. OLE color: 4569949.

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

Color convert

RGB 93 187 69 -
CMYK 0.50 0 0.63 0.27
HSL 107.8º 0.46% 0.5% -
HSV(B) 107.8º 0.63% 0.73% -
XYZ 23.36 38.3 11.79 -
YUV 145.44 84.86 90.59 -
System Red Green Blue C M Y K H S L
Decimal 93 187 69 0.50 0 0.63 0.27 107.8 0.46 0.5
Hex 5D BB 45 32 0 3F 1B 6C 2E 32
Octal 135 273 105 62 0 77 33 154 56 62
Binary 1011101 10111011 1000101 110010 0 111111 11011 1101100 101110 110010

Color Harmonies of #5DBB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBB45

Black with #5DBB45

Text Example


Text Example

White with #5DBB45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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