#bfe376

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

Shades of Sulu #BFE376

Tints of Sulu #BFE376

Color information

#BFE376 (or 0xBFE376) is unknown color: approx Sulu. HEX triplet: BF, E3 and 76. RGB value is (191,227,118). Sum of RGB (Red+Green+Blue) = 191+227+118=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 227 (89.06% from 255 or 42.35% from 536); Blue value is 118 (46.48% from 255 or 22.01% from 536); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE376 is #401C89. Grayscale: #CCCCCC. Windows color (decimal): -4201610 or 7791551. OLE color: 7791551.

HSL color Cylindrical-coordinate representation of color #BFE376: hue angle of 79.82º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFE376 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB191227118-
CMYK0.1600.480.11
HSL79.82º66.06%67.65%-
HSV(B)79.82º48.02%89.02%-
XYZ52.2267.3227.38-
YUV203.8179.57118.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.63%
GREEN value IS 227 (89.06% from 255) = 42.35%
BLUE value IS 118 (46.48% from 255) = 22.01%
R=35.63%
G=42.35%
B=22.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1912271180.1600.480.1179.8266.0667.65
HexBFE37610030B504244
Octal2773431662006013120102104
Binary101111111110001111101101000001100001011101000010000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfe376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfe376; }

 p { color: rgb(191,227,118); }

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

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

 a { background-color: rgb(191,227,118); }

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

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

 span { border-color: rgb(191,227,118); }

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