#BFE56F

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

Shades of Sulu #BFE56F

Tints of Sulu #BFE56F

Color information

#BFE56F (or 0xBFE56F) is unknown color: approx Sulu. HEX triplet: BF, E5 and 6F. RGB value is (191,229,111). Sum of RGB (Red+Green+Blue) = 191+229+111=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 229 (89.84% from 255 or 43.13% from 531); Blue value is 111 (43.75% from 255 or 20.90% from 531); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE56F is #401A90. Grayscale: #CCCCCC. Windows color (decimal): -4201105 or 7333311. OLE color: 7333311.

HSL color Cylindrical-coordinate representation of color #BFE56F: hue angle of 79.32º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFE56F is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB191229111-
CMYK0.1700.520.10
HSL79.32º69.41%66.67%-
HSV(B)79.32º51.53%89.8%-
XYZ52.3768.2625.45-
YUV204.1975.41118.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.97%
GREEN value IS 229 (89.84% from 255) = 43.13%
BLUE value IS 111 (43.75% from 255) = 20.90%
R=35.97%
G=43.13%
B=20.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1912291110.1700.520.1079.3269.4166.67
HexBFE56F11034A4f4543
Octal2773451572106412117105103
Binary101111111110010111011111000101101001010100111110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE56F; }

 p { color: rgb(191,229,111); }

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

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

 a { background-color: rgb(191,229,111); }

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

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

 span { border-color: rgb(191,229,111); }

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