#bfdf79

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

Shades of Sulu #BFDF79

Tints of Sulu #BFDF79

Color information

#BFDF79 (or 0xBFDF79) is unknown color: approx Sulu. HEX triplet: BF, DF and 79. RGB value is (191,223,121). Sum of RGB (Red+Green+Blue) = 191+223+121=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 121 (47.66% from 255 or 22.62% from 535); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDF79 is #402086. Grayscale: #CACACA. Windows color (decimal): -4202631 or 7987135. OLE color: 7987135.

HSL color Cylindrical-coordinate representation of color #BFDF79: hue angle of 78.82º degrees, saturation: 0.61, 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 #BFDF79 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB191223121-
CMYK0.1400.460.13
HSL78.82º61.45%67.45%-
HSV(B)78.82º45.74%87.45%-
XYZ51.3265.2327.98-
YUV201.882.4120.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.70%
GREEN value IS 223 (87.5% from 255) = 41.68%
BLUE value IS 121 (47.66% from 255) = 22.62%
R=35.70%
G=41.68%
B=22.62%

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
Decimal1912231210.1400.460.1378.8261.4567.45
HexBFDF79E02ED4f3d43
Octal277337171160561511775103
Binary1011111111011111111100111100101110110110011111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfdf79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfdf79; }

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

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

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

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

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

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

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

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