#BEFB80

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

Shades of Sulu #BEFB80

Tints of Sulu #BEFB80

Color information

#BEFB80 (or 0xBEFB80) is unknown color: approx Sulu. HEX triplet: BE, FB and 80. RGB value is (190,251,128). Sum of RGB (Red+Green+Blue) = 190+251+128=569 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.39% from 569); Green value is 251 (98.44% from 255 or 44.11% from 569); Blue value is 128 (50.39% from 255 or 22.50% from 569); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFB80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFB80 is #41047F. Grayscale: #DBDBDB. Windows color (decimal): -4260992 or 8453054. OLE color: 8453054.

HSL color Cylindrical-coordinate representation of color #BEFB80: hue angle of 89.76º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BEFB80 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB190251128-
CMYK0.2400.490.02
HSL89.76º93.89%74.31%-
HSV(B)89.76º49%98.43%-
XYZ59.6381.533.01-
YUV218.7476.79107.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.39%
GREEN value IS 251 (98.44% from 255) = 44.11%
BLUE value IS 128 (50.39% from 255) = 22.50%
R=33.39%
G=44.11%
B=22.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902511280.2400.490.0289.7693.8974.31
HexBEFB801803125a5e4a
Octal276373200300612132136112
Binary10111110111110111000000011000011000110101101010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFB80; }

 p { color: rgb(190,251,128); }

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

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

 a { background-color: rgb(190,251,128); }

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

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

 span { border-color: rgb(190,251,128); }

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