#bfdf78

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

Shades of Sulu #BFDF78

Tints of Sulu #BFDF78

Color information

#BFDF78 (or 0xBFDF78) is unknown color: approx Sulu. HEX triplet: BF, DF and 78. RGB value is (191,223,120). Sum of RGB (Red+Green+Blue) = 191+223+120=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 120 (47.27% from 255 or 22.47% from 534); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDF78 is #402087. Grayscale: #CACACA. Windows color (decimal): -4202632 or 7921599. OLE color: 7921599.

HSL color Cylindrical-coordinate representation of color #BFDF78: hue angle of 78.64º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFDF78 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB191223120-
CMYK0.1400.460.13
HSL78.64º61.68%67.25%-
HSV(B)78.64º46.19%87.45%-
XYZ51.2665.2127.65-
YUV201.6981.9120.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.77%
GREEN value IS 223 (87.5% from 255) = 41.76%
BLUE value IS 120 (47.27% from 255) = 22.47%
R=35.77%
G=41.76%
B=22.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912231200.1400.460.1378.6461.6867.25
HexBFDF78E02ED4f3e43
Octal277337170160561511776103
Binary1011111111011111111100011100101110110110011111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfdf78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfdf78; }

 p { color: rgb(191,223,120); }

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

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

 a { background-color: rgb(191,223,120); }

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

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

 span { border-color: rgb(191,223,120); }

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