#bfe57e

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

Shades of Sulu #BFE57E

Tints of Sulu #BFE57E

Color information

#BFE57E (or 0xBFE57E) is unknown color: approx Sulu. HEX triplet: BF, E5 and 7E. RGB value is (191,229,126). Sum of RGB (Red+Green+Blue) = 191+229+126=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 229 (89.84% from 255 or 41.94% from 546); Blue value is 126 (49.61% from 255 or 23.08% from 546); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE57E is #401A81. Grayscale: #CECECE. Windows color (decimal): -4201090 or 8316351. OLE color: 8316351.

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

Color convert

RGB191229126-
CMYK0.1700.450.10
HSL82.14º66.45%69.61%-
HSV(B)82.14º44.98%89.8%-
XYZ53.2768.6230.18-
YUV205.982.91117.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.98%
GREEN value IS 229 (89.84% from 255) = 41.94%
BLUE value IS 126 (49.61% from 255) = 23.08%
R=34.98%
G=41.94%
B=23.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1912291260.1700.450.1082.1466.4569.61
HexBFE57E1102DA524246
Octal2773451762105512122102106
Binary101111111110010111111101000101011011010101001010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfe57e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfe57e; }

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

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

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

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

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

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

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

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