#BEFA76

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

Shades of Sulu #BEFA76

Tints of Sulu #BEFA76

Color information

#BEFA76 (or 0xBEFA76) is unknown color: approx Sulu. HEX triplet: BE, FA and 76. RGB value is (190,250,118). Sum of RGB (Red+Green+Blue) = 190+250+118=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 250 (98.05% from 255 or 44.80% from 558); Blue value is 118 (46.48% from 255 or 21.15% from 558); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFA76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFA76 is #410589. Grayscale: #D9D9D9. Windows color (decimal): -4261258 or 7797438. OLE color: 7797438.

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

Color convert

RGB190250118-
CMYK0.2400.530.02
HSL87.27º92.96%72.16%-
HSV(B)87.27º52.8%98.04%-
XYZ58.6980.6329.61-
YUV217.0172.12108.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.05%
GREEN value IS 250 (98.05% from 255) = 44.80%
BLUE value IS 118 (46.48% from 255) = 21.15%
R=34.05%
G=44.80%
B=21.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902501180.2400.530.0287.2792.9672.16
HexBEFA76180352575d48
Octal276372166300652127135110
Binary1011111011111010111011011000011010110101011110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFA76; }

 p { color: rgb(190,250,118); }

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

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

 a { background-color: rgb(190,250,118); }

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

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

 span { border-color: rgb(190,250,118); }

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