#B7DA81

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

Shades of Sulu #B7DA81

Tints of Sulu #B7DA81

Color information

#B7DA81 (or 0xB7DA81) is unknown color: approx Sulu. HEX triplet: B7, DA and 81. RGB value is (183,218,129). Sum of RGB (Red+Green+Blue) = 183+218+129=530 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.53% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 129 (50.78% from 255 or 24.34% from 530); Max value from RGB is 218 - color contains mainly: green. Hex color #B7DA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7DA81 is #48257E. Grayscale: #C5C5C5. Windows color (decimal): -4728191 or 8510135. OLE color: 8510135.

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

Color convert

RGB183218129-
CMYK0.1600.410.15
HSL83.6º54.6%68.04%-
HSV(B)83.6º40.83%85.49%-
XYZ48.5661.830.14-
YUV197.3989.4117.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.53%
GREEN value IS 218 (85.55% from 255) = 41.13%
BLUE value IS 129 (50.78% from 255) = 24.34%
R=34.53%
G=41.13%
B=24.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1832181290.1600.410.1583.654.668.04
HexB7DA8110029F543744
Octal267332201200511712467104
Binary101101111101101010000001100000101001111110101001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DA81; }

 p { color: rgb(183,218,129); }

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

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

 a { background-color: rgb(183,218,129); }

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

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

 span { border-color: rgb(183,218,129); }

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