#bfeb78

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

Shades of Sulu #BFEB78

Tints of Sulu #BFEB78

Color information

#BFEB78 (or 0xBFEB78) is unknown color: approx Sulu. HEX triplet: BF, EB and 78. RGB value is (191,235,120). Sum of RGB (Red+Green+Blue) = 191+235+120=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 235 (92.19% from 255 or 43.04% from 546); Blue value is 120 (47.27% from 255 or 21.98% from 546); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEB78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEB78 is #401487. Grayscale: #D1D1D1. Windows color (decimal): -4199560 or 7924671. OLE color: 7924671.

HSL color Cylindrical-coordinate representation of color #BFEB78: hue angle of 82.96º 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 #BFEB78 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB191235120-
CMYK0.1900.490.08
HSL82.96º74.19%69.61%-
HSV(B)82.96º48.94%92.16%-
XYZ54.5871.8528.76-
YUV208.7377.92115.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.98%
GREEN value IS 235 (92.19% from 255) = 43.04%
BLUE value IS 120 (47.27% from 255) = 21.98%
R=34.98%
G=43.04%
B=21.98%

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
Decimal1912351200.1900.490.0882.9674.1969.61
HexBFEB78130318534a46
Octal2773531702306110123112106
Binary101111111110101111110001001101100011000101001110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfeb78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfeb78; }

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

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

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

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

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

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

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

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