#BEF58E

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

Shades of Sulu #BEF58E

Tints of Sulu #BEF58E

Color information

#BEF58E (or 0xBEF58E) is unknown color: approx Sulu. HEX triplet: BE, F5 and 8E. RGB value is (190,245,142). Sum of RGB (Red+Green+Blue) = 190+245+142=577 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.93% from 577); Green value is 245 (96.09% from 255 or 42.46% from 577); Blue value is 142 (55.86% from 255 or 24.61% from 577); Max value from RGB is 245 - color contains mainly: green. Hex color #BEF58E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF58E is #410A71. Grayscale: #D9D9D9. Windows color (decimal): -4262514 or 9369022. OLE color: 9369022.

HSL color Cylindrical-coordinate representation of color #BEF58E: hue angle of 92.04º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEF58E is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB190245142-
CMYK0.2200.420.04
HSL92.04º83.74%75.88%-
HSV(B)92.04º42.04%96.08%-
XYZ58.7778.237.59-
YUV216.8185.78108.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.93%
GREEN value IS 245 (96.09% from 255) = 42.46%
BLUE value IS 142 (55.86% from 255) = 24.61%
R=32.93%
G=42.46%
B=24.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902451420.2200.420.0492.0483.7475.88
HexBEF58E1602A45c544c
Octal276365216260524134124114
Binary101111101111010110001110101100101010100101110010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF58E; }

 p { color: rgb(190,245,142); }

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

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

 a { background-color: rgb(190,245,142); }

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

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

 span { border-color: rgb(190,245,142); }

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