#BEFD76

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

Shades of Sulu #BEFD76

Tints of Sulu #BEFD76

Color information

#BEFD76 (or 0xBEFD76) is unknown color: approx Sulu. HEX triplet: BE, FD and 76. RGB value is (190,253,118). Sum of RGB (Red+Green+Blue) = 190+253+118=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 253 (99.22% from 255 or 45.10% from 561); Blue value is 118 (46.48% from 255 or 21.03% from 561); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFD76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFD76 is #410289. Grayscale: #DBDBDB. Windows color (decimal): -4260490 or 7798206. OLE color: 7798206.

HSL color Cylindrical-coordinate representation of color #BEFD76: hue angle of 88º degrees, saturation: 0.97, 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 #BEFD76 is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB190253118-
CMYK0.2500.530.01
HSL88º97.12%72.75%-
HSV(B)88º53.36%99.22%-
XYZ59.6382.5129.92-
YUV218.7771.13107.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.87%
GREEN value IS 253 (99.22% from 255) = 45.10%
BLUE value IS 118 (46.48% from 255) = 21.03%
R=33.87%
G=45.10%
B=21.03%

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
Decimal1902531180.2500.530.018897.1272.75
HexBEFD76190351586149
Octal276375166310651130141111
Binary101111101111110111101101100101101011101100011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFD76; }

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

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

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

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

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

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

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

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