#BEF976

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

Shades of Sulu #BEF976

Tints of Sulu #BEF976

Color information

#BEF976 (or 0xBEF976) is unknown color: approx Sulu. HEX triplet: BE, F9 and 76. RGB value is (190,249,118). Sum of RGB (Red+Green+Blue) = 190+249+118=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 249 (97.66% from 255 or 44.70% from 557); Blue value is 118 (46.48% from 255 or 21.18% from 557); Max value from RGB is 249 - color contains mainly: green. Hex color #BEF976 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF976 is #410689. Grayscale: #D8D8D8. Windows color (decimal): -4261514 or 7797182. OLE color: 7797182.

HSL color Cylindrical-coordinate representation of color #BEF976: hue angle of 87.02º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BEF976 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB190249118-
CMYK0.2400.530.02
HSL87.02º91.61%71.96%-
HSV(B)87.02º52.61%97.65%-
XYZ58.3880.0129.51-
YUV216.4272.45109.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.11%
GREEN value IS 249 (97.66% from 255) = 44.70%
BLUE value IS 118 (46.48% from 255) = 21.18%
R=34.11%
G=44.70%
B=21.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902491180.2400.530.0287.0291.6171.96
HexBEF976180352575c48
Octal276371166300652127134110
Binary1011111011111001111011011000011010110101011110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF976; }

 p { color: rgb(190,249,118); }

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

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

 a { background-color: rgb(190,249,118); }

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

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

 span { border-color: rgb(190,249,118); }

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