#BFE077

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

Shades of Sulu #BFE077

Tints of Sulu #BFE077

Color information

#BFE077 (or 0xBFE077) is unknown color: approx Sulu. HEX triplet: BF, E0 and 77. RGB value is (191,224,119). Sum of RGB (Red+Green+Blue) = 191+224+119=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 224 (87.89% from 255 or 41.95% from 534); Blue value is 119 (46.88% from 255 or 22.28% from 534); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE077 is #401F88. Grayscale: #CACACA. Windows color (decimal): -4202377 or 7856319. OLE color: 7856319.

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

Color convert

RGB191224119-
CMYK0.1500.470.12
HSL78.86º62.87%67.25%-
HSV(B)78.86º46.88%87.84%-
XYZ51.4765.7227.43-
YUV202.1681.07120.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.77%
GREEN value IS 224 (87.89% from 255) = 41.95%
BLUE value IS 119 (46.88% from 255) = 22.28%
R=35.77%
G=41.95%
B=22.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1912241190.1500.470.1278.8662.8767.25
HexBFE077F02FC4f3f43
Octal277340167170571411777103
Binary1011111111100000111011111110101111110010011111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE077; }

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

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

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

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

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

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

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

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