#BEF191

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

Shades of Sulu #BEF191

Tints of Sulu #BEF191

Color information

#BEF191 (or 0xBEF191) is unknown color: approx Sulu. HEX triplet: BE, F1 and 91. RGB value is (190,241,145). Sum of RGB (Red+Green+Blue) = 190+241+145=576 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.99% from 576); Green value is 241 (94.53% from 255 or 41.84% from 576); Blue value is 145 (57.03% from 255 or 25.17% from 576); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF191 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF191 is #410E6E. Grayscale: #D7D7D7. Windows color (decimal): -4263535 or 9564606. OLE color: 9564606.

HSL color Cylindrical-coordinate representation of color #BEF191: hue angle of 91.88º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BEF191 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB190241145-
CMYK0.2100.400.05
HSL91.88º77.42%75.69%-
HSV(B)91.88º39.83%94.51%-
XYZ57.875.938.39-
YUV214.8188.6110.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.99%
GREEN value IS 241 (94.53% from 255) = 41.84%
BLUE value IS 145 (57.03% from 255) = 25.17%
R=32.99%
G=41.84%
B=25.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902411450.2100.400.0591.8877.4275.69
HexBEF1911502855c4d4c
Octal276361221250505134115114
Binary101111101111000110010001101010101000101101110010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF191; }

 p { color: rgb(190,241,145); }

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

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

 a { background-color: rgb(190,241,145); }

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

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

 span { border-color: rgb(190,241,145); }

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