#BEE07B

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

Shades of Sulu #BEE07B

Tints of Sulu #BEE07B

Color information

#BEE07B (or 0xBEE07B) is unknown color: approx Sulu. HEX triplet: BE, E0 and 7B. RGB value is (190,224,123). Sum of RGB (Red+Green+Blue) = 190+224+123=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 123 (48.44% from 255 or 22.91% from 537); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE07B is #411F84. Grayscale: #CACACA. Windows color (decimal): -4267909 or 8118462. OLE color: 8118462.

HSL color Cylindrical-coordinate representation of color #BEE07B: hue angle of 80.2º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BEE07B is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB190224123-
CMYK0.1500.450.12
HSL80.2º61.96%68.04%-
HSV(B)80.2º45.09%87.84%-
XYZ51.4765.6928.71-
YUV202.3283.24119.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.38%
GREEN value IS 224 (87.89% from 255) = 41.71%
BLUE value IS 123 (48.44% from 255) = 22.91%
R=35.38%
G=41.71%
B=22.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902241230.1500.450.1280.261.9668.04
HexBEE07BF02DC503e44
Octal276340173170551412076104
Binary1011111011100000111101111110101101110010100001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE07B; }

 p { color: rgb(190,224,123); }

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

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

 a { background-color: rgb(190,224,123); }

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

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

 span { border-color: rgb(190,224,123); }

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