#BEF08F

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

Shades of Sulu #BEF08F

Tints of Sulu #BEF08F

Color information

#BEF08F (or 0xBEF08F) is unknown color: approx Sulu. HEX triplet: BE, F0 and 8F. RGB value is (190,240,143). Sum of RGB (Red+Green+Blue) = 190+240+143=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 240 (94.14% from 255 or 41.88% from 573); Blue value is 143 (56.25% from 255 or 24.96% from 573); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF08F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF08F is #410F70. Grayscale: #D6D6D6. Windows color (decimal): -4263793 or 9433278. OLE color: 9433278.

HSL color Cylindrical-coordinate representation of color #BEF08F: hue angle of 90.93º 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 #BEF08F is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB190240143-
CMYK0.2100.400.06
HSL90.93º76.38%75.1%-
HSV(B)90.93º40.42%94.12%-
XYZ57.3575.2537.49-
YUV213.9987.94110.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.16%
GREEN value IS 240 (94.14% from 255) = 41.88%
BLUE value IS 143 (56.25% from 255) = 24.96%
R=33.16%
G=41.88%
B=24.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902401430.2100.400.0690.9376.3875.1
HexBEF08F1502865b4c4b
Octal276360217250506133114113
Binary101111101111000010001111101010101000110101101110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF08F; }

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

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

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

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

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

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

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

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