Html Css Color HEX #5D9966 Laurel

📋 copy color: '#5D9966'

red 93 ◦ green 153 ◦ blue 102

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

Shades of Laurel #5D9966

Tints of Laurel #5D9966

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.97%

 BLUE value IS 102 (40.23% from 255) = 29.31%

R = 26.72%
G = 43.97%
B = 29.31%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#5D9966 (or 0x5D9966) is known color: Laurel. HEX triplet: 5D, 99 and 66. RGB value is (93,153,102). Sum of RGB (Red+Green+Blue) = 93+153+102=348 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.72% from 348); Green value is 153 (60.16% from 255 or 43.97% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 153 - color contains mainly: green. Hex color #5D9966 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9966 is #A26699. Grayscale: #818181. Windows color (decimal): -10643098 or 6723933. OLE color: 6723933.

HSL color Cylindrical-coordinate representation of color #5D9966: hue angle of 129º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5D9966 is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB 93 153 102 -
CMYK 0.39 0 0.33 0.4
HSL 129º 0.24% 0.48% -
HSV(B) 129º 0.39% 0.6% -
XYZ 18.3 26.07 16.64 -
YUV 129.25 112.62 102.15 -
System Red Green Blue C M Y K H S L
Decimal 93 153 102 0.39 0 0.33 0.4 129 0.24 0.48
Hex 5D 99 66 27 0 21 28 81 18 30
Octal 135 231 146 47 0 41 50 201 30 60
Binary 1011101 10011001 1100110 100111 0 100001 101000 10000001 11000 110000

Color Harmonies of #5D9966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9966

Black with #5D9966

Text Example


Text Example

White with #5D9966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,153,102); }

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

background-color css

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

 a { background-color: rgb(93,153,102); }

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

border-color css

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

 span { border-color: rgb(93,153,102); }

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