#BEF07B

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

Shades of Sulu #BEF07B

Tints of Sulu #BEF07B

Color information

#BEF07B (or 0xBEF07B) is unknown color: approx Sulu. HEX triplet: BE, F0 and 7B. RGB value is (190,240,123). Sum of RGB (Red+Green+Blue) = 190+240+123=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 240 (94.14% from 255 or 43.40% from 553); Blue value is 123 (48.44% from 255 or 22.24% from 553); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF07B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF07B is #410F84. Grayscale: #D4D4D4. Windows color (decimal): -4263813 or 8122558. OLE color: 8122558.

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

Color convert

RGB190240123-
CMYK0.2100.490.06
HSL85.64º79.59%71.18%-
HSV(B)85.64º48.75%94.12%-
XYZ55.9774.730.21-
YUV211.7177.94112.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.36%
GREEN value IS 240 (94.14% from 255) = 43.40%
BLUE value IS 123 (48.44% from 255) = 22.24%
R=34.36%
G=43.40%
B=22.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902401230.2100.490.0685.6479.5971.18
HexBEF07B150316565047
Octal276360173250616126120107
Binary10111110111100001111011101010110001110101011010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF07B; }

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

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

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

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

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

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

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

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