#BFEB79

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

Shades of Sulu #BFEB79

Tints of Sulu #BFEB79

Color information

#BFEB79 (or 0xBFEB79) is unknown color: approx Sulu. HEX triplet: BF, EB and 79. RGB value is (191,235,121). Sum of RGB (Red+Green+Blue) = 191+235+121=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 235 (92.19% from 255 or 42.96% from 547); Blue value is 121 (47.66% from 255 or 22.12% from 547); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEB79 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEB79 is #401486. Grayscale: #D1D1D1. Windows color (decimal): -4199559 or 7990207. OLE color: 7990207.

HSL color Cylindrical-coordinate representation of color #BFEB79: hue angle of 83.16º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFEB79 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB191235121-
CMYK0.1900.490.08
HSL83.16º74.03%69.8%-
HSV(B)83.16º48.51%92.16%-
XYZ54.6571.8729.08-
YUV208.8578.42115.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.92%
GREEN value IS 235 (92.19% from 255) = 42.96%
BLUE value IS 121 (47.66% from 255) = 22.12%
R=34.92%
G=42.96%
B=22.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912351210.1900.490.0883.1674.0369.8
HexBFEB79130318534a46
Octal2773531712306110123112106
Binary101111111110101111110011001101100011000101001110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEB79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEB79; }

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

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

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

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

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

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

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

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