#B8DF7F

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

Shades of Sulu #B8DF7F

Tints of Sulu #B8DF7F

Color information

#B8DF7F (or 0xB8DF7F) is unknown color: approx Sulu. HEX triplet: B8, DF and 7F. RGB value is (184,223,127). Sum of RGB (Red+Green+Blue) = 184+223+127=534 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.46% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 127 (50% from 255 or 23.78% from 534); Max value from RGB is 223 - color contains mainly: green. Hex color #B8DF7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DF7F is #472080. Grayscale: #C8C8C8. Windows color (decimal): -4661377 or 8380344. OLE color: 8380344.

HSL color Cylindrical-coordinate representation of color #B8DF7F: hue angle of 84.38º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B8DF7F is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB184223127-
CMYK0.1700.430.13
HSL84.38º60%68.63%-
HSV(B)84.38º43.05%87.45%-
XYZ49.9964.529.89-
YUV200.486.58116.31-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.46%
GREEN value IS 223 (87.5% from 255) = 41.76%
BLUE value IS 127 (50% from 255) = 23.78%
R=34.46%
G=41.76%
B=23.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1842231270.1700.430.1384.386068.63
HexB8DF7F1102BD543c45
Octal270337177210531512474105
Binary10111000110111111111111100010101011110110101001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DF7F; }

 p { color: rgb(184,223,127); }

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

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

 a { background-color: rgb(184,223,127); }

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

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

 span { border-color: rgb(184,223,127); }

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