#BEFC8B

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

Shades of Sulu #BEFC8B

Tints of Sulu #BEFC8B

Color information

#BEFC8B (or 0xBEFC8B) is unknown color: approx Sulu. HEX triplet: BE, FC and 8B. RGB value is (190,252,139). Sum of RGB (Red+Green+Blue) = 190+252+139=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 252 (98.83% from 255 or 43.37% from 581); Blue value is 139 (54.69% from 255 or 23.92% from 581); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFC8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFC8B is #410374. Grayscale: #DCDCDC. Windows color (decimal): -4260725 or 9174206. OLE color: 9174206.

HSL color Cylindrical-coordinate representation of color #BEFC8B: hue angle of 92.92º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BEFC8B is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB190252139-
CMYK0.2500.450.01
HSL92.92º94.96%76.67%-
HSV(B)92.92º44.84%98.82%-
XYZ60.7182.4337.14-
YUV220.5881.96106.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.70%
GREEN value IS 252 (98.83% from 255) = 43.37%
BLUE value IS 139 (54.69% from 255) = 23.92%
R=32.70%
G=43.37%
B=23.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902521390.2500.450.0192.9294.9676.67
HexBEFC8B1902D15d5f4d
Octal276374213310551135137115
Binary1011111011111100100010111100101011011101110110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFC8B; }

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

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

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

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

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

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

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

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