#BEFA85

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

Shades of Sulu #BEFA85

Tints of Sulu #BEFA85

Color information

#BEFA85 (or 0xBEFA85) is unknown color: approx Sulu. HEX triplet: BE, FA and 85. RGB value is (190,250,133). Sum of RGB (Red+Green+Blue) = 190+250+133=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 250 (98.05% from 255 or 43.63% from 573); Blue value is 133 (52.34% from 255 or 23.21% from 573); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFA85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFA85 is #41057A. Grayscale: #DBDBDB. Windows color (decimal): -4261243 or 8780478. OLE color: 8780478.

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

Color convert

RGB190250133-
CMYK0.2400.470.02
HSL90.77º92.13%75.1%-
HSV(B)90.77º46.8%98.04%-
XYZ59.6581.0134.68-
YUV218.7279.62107.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.16%
GREEN value IS 250 (98.05% from 255) = 43.63%
BLUE value IS 133 (52.34% from 255) = 23.21%
R=33.16%
G=43.63%
B=23.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902501330.2400.470.0290.7792.1375.1
HexBEFA851802F25b5c4b
Octal276372205300572133134113
Binary10111110111110101000010111000010111110101101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFA85; }

 p { color: rgb(190,250,133); }

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

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

 a { background-color: rgb(190,250,133); }

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

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

 span { border-color: rgb(190,250,133); }

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