#BEE970

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

Shades of Sulu #BEE970

Tints of Sulu #BEE970

Color information

#BEE970 (or 0xBEE970) is unknown color: approx Sulu. HEX triplet: BE, E9 and 70. RGB value is (190,233,112). Sum of RGB (Red+Green+Blue) = 190+233+112=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 233 (91.41% from 255 or 43.55% from 535); Blue value is 112 (44.14% from 255 or 20.93% from 535); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE970 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEE970 is #41168F. Grayscale: #CECECE. Windows color (decimal): -4265616 or 7399870. OLE color: 7399870.

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

Color convert

RGB190233112-
CMYK0.1800.520.09
HSL81.32º73.33%67.65%-
HSV(B)81.32º51.93%91.37%-
XYZ53.370.3926.11-
YUV206.3574.75116.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.51%
GREEN value IS 233 (91.41% from 255) = 43.55%
BLUE value IS 112 (44.14% from 255) = 20.93%
R=35.51%
G=43.55%
B=20.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1902331120.1800.520.0981.3273.3367.65
HexBEE970120349514944
Octal2763511602206411121111104
Binary101111101110100111100001001001101001001101000110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE970; }

 p { color: rgb(190,233,112); }

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

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

 a { background-color: rgb(190,233,112); }

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

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

 span { border-color: rgb(190,233,112); }

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