#b7dc7f

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

Shades of Sulu #B7DC7F

Tints of Sulu #B7DC7F

Color information

#B7DC7F (or 0xB7DC7F) is unknown color: approx Sulu. HEX triplet: B7, DC and 7F. RGB value is (183,220,127). Sum of RGB (Red+Green+Blue) = 183+220+127=530 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.53% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 127 (50% from 255 or 23.96% from 530); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7DC7F is #482380. Grayscale: #C6C6C6. Windows color (decimal): -4727681 or 8379575. OLE color: 8379575.

HSL color Cylindrical-coordinate representation of color #B7DC7F: hue angle of 83.87º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B7DC7F is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB183220127-
CMYK0.1700.420.14
HSL83.87º57.06%68.04%-
HSV(B)83.87º42.27%86.27%-
XYZ48.9562.7929.62-
YUV198.3387.74117.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.53%
GREEN value IS 220 (86.33% from 255) = 41.51%
BLUE value IS 127 (50% from 255) = 23.96%
R=34.53%
G=41.51%
B=23.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1832201270.1700.420.1483.8757.0668.04
HexB7DC7F1102AE543944
Octal267334177210521612471104
Binary10110111110111001111111100010101010111010101001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7dc7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7dc7f; }

 p { color: rgb(183,220,127); }

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

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

 a { background-color: rgb(183,220,127); }

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

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

 span { border-color: rgb(183,220,127); }

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