#BEF190

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

Shades of Sulu #BEF190

Tints of Sulu #BEF190

Color information

#BEF190 (or 0xBEF190) is unknown color: approx Sulu. HEX triplet: BE, F1 and 90. RGB value is (190,241,144). Sum of RGB (Red+Green+Blue) = 190+241+144=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 241 (94.53% from 255 or 41.91% from 575); Blue value is 144 (56.64% from 255 or 25.04% from 575); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF190 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF190 is #410E6F. Grayscale: #D7D7D7. Windows color (decimal): -4263536 or 9499070. OLE color: 9499070.

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

Color convert

RGB190241144-
CMYK0.2100.400.05
HSL91.55º77.6%75.49%-
HSV(B)91.55º40.25%94.51%-
XYZ57.7275.8737.99-
YUV214.6988.1110.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.04%
GREEN value IS 241 (94.53% from 255) = 41.91%
BLUE value IS 144 (56.64% from 255) = 25.04%
R=33.04%
G=41.91%
B=25.04%

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
Decimal1902411440.2100.400.0591.5577.675.49
HexBEF1901502855c4e4b
Octal276361220250505134116113
Binary101111101111000110010000101010101000101101110010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF190; }

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

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

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

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

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

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

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

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