#BEFC76

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

Shades of Sulu #BEFC76

Tints of Sulu #BEFC76

Color information

#BEFC76 (or 0xBEFC76) is unknown color: approx Sulu. HEX triplet: BE, FC and 76. RGB value is (190,252,118). Sum of RGB (Red+Green+Blue) = 190+252+118=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 252 (98.83% from 255 or 45% from 560); Blue value is 118 (46.48% from 255 or 21.07% from 560); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFC76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFC76 is #410389. Grayscale: #DADADA. Windows color (decimal): -4260746 or 7797950. OLE color: 7797950.

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

Color convert

RGB190252118-
CMYK0.2500.530.01
HSL87.76º95.71%72.55%-
HSV(B)87.76º53.17%98.82%-
XYZ59.3281.8829.82-
YUV218.1971.46107.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.93%
GREEN value IS 252 (98.83% from 255) = 45%
BLUE value IS 118 (46.48% from 255) = 21.07%
R=33.93%
G=45%
B=21.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1902521180.2500.530.0187.7695.7172.55
HexBEFC76190351586049
Octal276374166310651130140111
Binary101111101111110011101101100101101011101100011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFC76; }

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

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

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

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

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

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

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

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