#BEF670

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

Shades of Sulu #BEF670

Tints of Sulu #BEF670

Color information

#BEF670 (or 0xBEF670) is unknown color: approx Sulu. HEX triplet: BE, F6 and 70. RGB value is (190,246,112). Sum of RGB (Red+Green+Blue) = 190+246+112=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 246 (96.48% from 255 or 44.89% from 548); Blue value is 112 (44.14% from 255 or 20.44% from 548); Max value from RGB is 246 - color contains mainly: green. Hex color #BEF670 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF670 is #41098F. Grayscale: #D6D6D6. Windows color (decimal): -4262288 or 7403198. OLE color: 7403198.

HSL color Cylindrical-coordinate representation of color #BEF670: hue angle of 85.07º 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 #BEF670 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB190246112-
CMYK0.2300.540.04
HSL85.07º88.16%70.2%-
HSV(B)85.07º54.47%96.47%-
XYZ57.1278.0327.38-
YUV213.9870.45110.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.67%
GREEN value IS 246 (96.48% from 255) = 44.89%
BLUE value IS 112 (44.14% from 255) = 20.44%
R=34.67%
G=44.89%
B=20.44%

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
Decimal1902461120.2300.540.0485.0788.1670.2
HexBEF670170364555846
Octal276366160270664125130106
Binary10111110111101101110000101110110110100101010110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF670; }

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

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

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

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

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

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

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

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