#B5D97D

Color #B5D97D Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #B5D97D

Tints of Sulu #B5D97D

Color information

#B5D97D (or 0xB5D97D) is unknown color: approx Sulu. HEX triplet: B5, D9 and 7D. RGB value is (181,217,125). Sum of RGB (Red+Green+Blue) = 181+217+125=523 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.61% from 523); Green value is 217 (85.16% from 255 or 41.49% from 523); Blue value is 125 (49.22% from 255 or 23.90% from 523); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D97D is #4A2682. Grayscale: #C4C4C4. Windows color (decimal): -4859523 or 8247733. OLE color: 8247733.

HSL color Cylindrical-coordinate representation of color #B5D97D: hue angle of 83.48º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B5D97D is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB181217125-
CMYK0.1700.420.15
HSL83.48º54.76%67.06%-
HSV(B)83.48º42.4%85.1%-
XYZ47.5760.9328.66-
YUV195.7588.07117.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.61%
GREEN value IS 217 (85.16% from 255) = 41.49%
BLUE value IS 125 (49.22% from 255) = 23.90%
R=34.61%
G=41.49%
B=23.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1812171250.1700.420.1583.4854.7667.06
HexB5D97D1102AF533743
Octal265331175210521712367103
Binary10110101110110011111101100010101010111110100111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D97D; }

 p { color: rgb(181,217,125); }

 H1.HeaderClassName
 {
   color: #B5D97D;
 }
 .AnyTagClassName
 {
   color: #B5D97D;
 }
</style>
background-color css

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

 a { background-color: rgb(181,217,125); }

 div.DivClassName
 {
   background-color: #B5D97D;
 }
 .BgClassName
 {
   background-color: #B5D97D;
 }
</style>
border-color css

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

 span { border-color: rgb(181,217,125); }

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