#BEF671

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

Shades of Sulu #BEF671

Tints of Sulu #BEF671

Color information

#BEF671 (or 0xBEF671) is unknown color: approx Sulu. HEX triplet: BE, F6 and 71. RGB value is (190,246,113). Sum of RGB (Red+Green+Blue) = 190+246+113=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 246 (96.48% from 255 or 44.81% from 549); Blue value is 113 (44.53% from 255 or 20.58% from 549); Max value from RGB is 246 - color contains mainly: green. Hex color #BEF671 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF671 is #41098E. Grayscale: #D6D6D6. Windows color (decimal): -4262287 or 7468734. OLE color: 7468734.

HSL color Cylindrical-coordinate representation of color #BEF671: hue angle of 85.26º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BEF671 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB190246113-
CMYK0.2300.540.04
HSL85.26º88.08%70.39%-
HSV(B)85.26º54.07%96.47%-
XYZ57.1778.0527.67-
YUV214.0970.95110.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.61%
GREEN value IS 246 (96.48% from 255) = 44.81%
BLUE value IS 113 (44.53% from 255) = 20.58%
R=34.61%
G=44.81%
B=20.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902461130.2300.540.0485.2688.0870.39
HexBEF671170364555846
Octal276366161270664125130106
Binary10111110111101101110001101110110110100101010110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF671; }

 p { color: rgb(190,246,113); }

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

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

 a { background-color: rgb(190,246,113); }

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

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

 span { border-color: rgb(190,246,113); }

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