#BEE671

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

Shades of Sulu #BEE671

Tints of Sulu #BEE671

Color information

#BEE671 (or 0xBEE671) is unknown color: approx Sulu. HEX triplet: BE, E6 and 71. RGB value is (190,230,113). Sum of RGB (Red+Green+Blue) = 190+230+113=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 230 (90.23% from 255 or 43.15% from 533); Blue value is 113 (44.53% from 255 or 21.20% from 533); Max value from RGB is 230 - color contains mainly: green. Hex color #BEE671 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEE671 is #41198E. Grayscale: #CDCDCD. Windows color (decimal): -4266383 or 7464638. OLE color: 7464638.

HSL color Cylindrical-coordinate representation of color #BEE671: hue angle of 80.51º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BEE671 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB190230113-
CMYK0.1700.510.10
HSL80.51º70.06%67.25%-
HSV(B)80.51º50.87%90.2%-
XYZ52.5168.7326.12-
YUV204.776.25117.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.65%
GREEN value IS 230 (90.23% from 255) = 43.15%
BLUE value IS 113 (44.53% from 255) = 21.20%
R=35.65%
G=43.15%
B=21.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1902301130.1700.510.1080.5170.0667.25
HexBEE67111033A514643
Octal2763461612106312121106103
Binary101111101110011011100011000101100111010101000110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE671; }

 p { color: rgb(190,230,113); }

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

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

 a { background-color: rgb(190,230,113); }

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

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

 span { border-color: rgb(190,230,113); }

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