#BEF090

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

Shades of Sulu #BEF090

Tints of Sulu #BEF090

Color information

#BEF090 (or 0xBEF090) is unknown color: approx Sulu. HEX triplet: BE, F0 and 90. RGB value is (190,240,144). Sum of RGB (Red+Green+Blue) = 190+240+144=574 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.10% from 574); Green value is 240 (94.14% from 255 or 41.81% from 574); Blue value is 144 (56.64% from 255 or 25.09% from 574); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF090 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF090 is #410F6F. Grayscale: #D6D6D6. Windows color (decimal): -4263792 or 9498814. OLE color: 9498814.

HSL color Cylindrical-coordinate representation of color #BEF090: hue angle of 91.25º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BEF090 is Cyan = 0.21, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.06.

Color convert

RGB190240144-
CMYK0.2100.40.06
HSL91.25º76.19%75.29%-
HSV(B)91.25º40%94.12%-
XYZ57.4375.2837.89-
YUV214.1188.44110.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.10%
GREEN value IS 240 (94.14% from 255) = 41.81%
BLUE value IS 144 (56.64% from 255) = 25.09%
R=33.10%
G=41.81%
B=25.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902401440.2100.40.0691.2576.1975.29
HexBEF0901502865b4c4b
Octal276360220250506133114113
Binary101111101111000010010000101010101000110101101110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF090; }

 p { color: rgb(190,240,144); }

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

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

 a { background-color: rgb(190,240,144); }

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

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

 span { border-color: rgb(190,240,144); }

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