#BEF08B

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

Shades of Sulu #BEF08B

Tints of Sulu #BEF08B

Color information

#BEF08B (or 0xBEF08B) is unknown color: approx Sulu. HEX triplet: BE, F0 and 8B. RGB value is (190,240,139). Sum of RGB (Red+Green+Blue) = 190+240+139=569 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.39% from 569); Green value is 240 (94.14% from 255 or 42.18% from 569); Blue value is 139 (54.69% from 255 or 24.43% from 569); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF08B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF08B is #410F74. Grayscale: #D5D5D5. Windows color (decimal): -4263797 or 9171134. OLE color: 9171134.

HSL color Cylindrical-coordinate representation of color #BEF08B: hue angle of 89.7º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEF08B is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB190240139-
CMYK0.2100.420.06
HSL89.7º77.1%74.31%-
HSV(B)89.7º42.08%94.12%-
XYZ57.0675.1335.92-
YUV213.5485.94111.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.39%
GREEN value IS 240 (94.14% from 255) = 42.18%
BLUE value IS 139 (54.69% from 255) = 24.43%
R=33.39%
G=42.18%
B=24.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902401390.2100.420.0689.777.174.31
HexBEF08B1502A65a4d4a
Octal276360213250526132115112
Binary101111101111000010001011101010101010110101101010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF08B; }

 p { color: rgb(190,240,139); }

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

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

 a { background-color: rgb(190,240,139); }

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

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

 span { border-color: rgb(190,240,139); }

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