#BEF974

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

Shades of Sulu #BEF974

Tints of Sulu #BEF974

Color information

#BEF974 (or 0xBEF974) is unknown color: approx Sulu. HEX triplet: BE, F9 and 74. RGB value is (190,249,116). Sum of RGB (Red+Green+Blue) = 190+249+116=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 249 (97.66% from 255 or 44.86% from 555); Blue value is 116 (45.70% from 255 or 20.90% from 555); Max value from RGB is 249 - color contains mainly: green. Hex color #BEF974 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF974 is #41068B. Grayscale: #D8D8D8. Windows color (decimal): -4261516 or 7666110. OLE color: 7666110.

HSL color Cylindrical-coordinate representation of color #BEF974: hue angle of 86.62º 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 #BEF974 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB190249116-
CMYK0.2400.530.02
HSL86.62º91.72%71.57%-
HSV(B)86.62º53.41%97.65%-
XYZ58.2679.9628.89-
YUV216.271.45109.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.23%
GREEN value IS 249 (97.66% from 255) = 44.86%
BLUE value IS 116 (45.70% from 255) = 20.90%
R=34.23%
G=44.86%
B=20.90%

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
Decimal1902491160.2400.530.0286.6291.7271.57
HexBEF974180352575c48
Octal276371164300652127134110
Binary1011111011111001111010011000011010110101011110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF974; }

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

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

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

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

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

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

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

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