Html Css Color HEX #5DBB41 Apple

📋 copy color: '#5DBB41'

red 93 ◦ green 187 ◦ blue 65

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

Shades of Apple #5DBB41

Tints of Apple #5DBB41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.84%

R = 26.96%
G = 54.2%
B = 18.84%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#5DBB41 (or 0x5DBB41) is known color: Apple. HEX triplet: 5D, BB and 41. RGB value is (93,187,65). Sum of RGB (Red+Green+Blue) = 93+187+65=345 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.96% from 345); Green value is 187 (73.44% from 255 or 54.20% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 187 - color contains mainly: green. Hex color #5DBB41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBB41 is #A244BE. Grayscale: #919191. Windows color (decimal): -10634431 or 4307805. OLE color: 4307805.

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

Color convert

RGB 93 187 65 -
CMYK 0.50 0 0.65 0.27
HSL 106.23º 0.48% 0.49% -
HSV(B) 106.23º 0.65% 0.73% -
XYZ 23.24 38.25 11.16 -
YUV 144.99 82.86 90.92 -
System Red Green Blue C M Y K H S L
Decimal 93 187 65 0.50 0 0.65 0.27 106.23 0.48 0.49
Hex 5D BB 41 32 0 41 1B 6A 30 31
Octal 135 273 101 62 0 101 33 152 60 61
Binary 1011101 10111011 1000001 110010 0 1000001 11011 1101010 110000 110001

Color Harmonies of #5DBB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBB41

Black with #5DBB41

Text Example


Text Example

White with #5DBB41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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