#BEE76C

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

Shades of Sulu #BEE76C

Tints of Sulu #BEE76C

Color information

#BEE76C (or 0xBEE76C) is unknown color: approx Sulu. HEX triplet: BE, E7 and 6C. RGB value is (190,231,108). Sum of RGB (Red+Green+Blue) = 190+231+108=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 231 (90.62% from 255 or 43.67% from 529); Blue value is 108 (42.58% from 255 or 20.42% from 529); Max value from RGB is 231 - color contains mainly: green. Hex color #BEE76C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEE76C is #411893. Grayscale: #CDCDCD. Windows color (decimal): -4266132 or 7137214. OLE color: 7137214.

HSL color Cylindrical-coordinate representation of color #BEE76C: hue angle of 80º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BEE76C is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB190231108-
CMYK0.1800.530.09
HSL80º71.93%66.47%-
HSV(B)80º53.25%90.59%-
XYZ52.5269.1824.77-
YUV204.7273.42117.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.92%
GREEN value IS 231 (90.62% from 255) = 43.67%
BLUE value IS 108 (42.58% from 255) = 20.42%
R=35.92%
G=43.67%
B=20.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1902311080.1800.530.098071.9366.47
HexBEE76C120359504842
Octal2763471542206511120110102
Binary101111101110011111011001001001101011001101000010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE76C; }

 p { color: rgb(190,231,108); }

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

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

 a { background-color: rgb(190,231,108); }

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

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

 span { border-color: rgb(190,231,108); }

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