#BEF97A

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

Shades of Sulu #BEF97A

Tints of Sulu #BEF97A

Color information

#BEF97A (or 0xBEF97A) is unknown color: approx Sulu. HEX triplet: BE, F9 and 7A. RGB value is (190,249,122). Sum of RGB (Red+Green+Blue) = 190+249+122=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 249 (97.66% from 255 or 44.39% from 561); Blue value is 122 (48.05% from 255 or 21.75% from 561); Max value from RGB is 249 - color contains mainly: green. Hex color #BEF97A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF97A is #410685. Grayscale: #D9D9D9. Windows color (decimal): -4261510 or 8059326. OLE color: 8059326.

HSL color Cylindrical-coordinate representation of color #BEF97A: hue angle of 87.87º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BEF97A is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB190249122-
CMYK0.2400.510.02
HSL87.87º91.37%72.75%-
HSV(B)87.87º51%97.65%-
XYZ58.6280.130.78-
YUV216.8874.45108.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.87%
GREEN value IS 249 (97.66% from 255) = 44.39%
BLUE value IS 122 (48.05% from 255) = 21.75%
R=33.87%
G=44.39%
B=21.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902491220.2400.510.0287.8791.3772.75
HexBEF97A180332585b49
Octal276371172300632130133111
Binary1011111011111001111101011000011001110101100010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF97A; }

 p { color: rgb(190,249,122); }

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

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

 a { background-color: rgb(190,249,122); }

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

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

 span { border-color: rgb(190,249,122); }

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