#BEFC8D

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

Shades of Sulu #BEFC8D

Tints of Sulu #BEFC8D

Color information

#BEFC8D (or 0xBEFC8D) is unknown color: approx Sulu. HEX triplet: BE, FC and 8D. RGB value is (190,252,141). Sum of RGB (Red+Green+Blue) = 190+252+141=583 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.59% from 583); Green value is 252 (98.83% from 255 or 43.22% from 583); Blue value is 141 (55.47% from 255 or 24.19% from 583); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFC8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFC8D is #410372. Grayscale: #DDDDDD. Windows color (decimal): -4260723 or 9305278. OLE color: 9305278.

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

Color convert

RGB190252141-
CMYK0.2500.440.01
HSL93.51º94.87%77.06%-
HSV(B)93.51º44.05%98.82%-
XYZ60.8582.4937.91-
YUV220.8182.96106.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.59%
GREEN value IS 252 (98.83% from 255) = 43.22%
BLUE value IS 141 (55.47% from 255) = 24.19%
R=32.59%
G=43.22%
B=24.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902521410.2500.440.0193.5194.8777.06
HexBEFC8D1902C15e5f4d
Octal276374215310541136137115
Binary1011111011111100100011011100101011001101111010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFC8D; }

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

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

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

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

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

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

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

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