#BFE078

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

Shades of Sulu #BFE078

Tints of Sulu #BFE078

Color information

#BFE078 (or 0xBFE078) is unknown color: approx Sulu. HEX triplet: BF, E0 and 78. RGB value is (191,224,120). Sum of RGB (Red+Green+Blue) = 191+224+120=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 224 (87.89% from 255 or 41.87% from 535); Blue value is 120 (47.27% from 255 or 22.43% from 535); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE078 is #401F87. Grayscale: #CACACA. Windows color (decimal): -4202376 or 7921855. OLE color: 7921855.

HSL color Cylindrical-coordinate representation of color #BFE078: hue angle of 79.04º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFE078 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB191224120-
CMYK0.1500.460.12
HSL79.04º62.65%67.45%-
HSV(B)79.04º46.43%87.84%-
XYZ51.5365.7427.74-
YUV202.2881.57119.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.70%
GREEN value IS 224 (87.89% from 255) = 41.87%
BLUE value IS 120 (47.27% from 255) = 22.43%
R=35.70%
G=41.87%
B=22.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1912241200.1500.460.1279.0462.6567.45
HexBFE078F02EC4f3f43
Octal277340170170561411777103
Binary1011111111100000111100011110101110110010011111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE078; }

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

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

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

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

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

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

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

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