#BEF185

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

Shades of Sulu #BEF185

Tints of Sulu #BEF185

Color information

#BEF185 (or 0xBEF185) is unknown color: approx Sulu. HEX triplet: BE, F1 and 85. RGB value is (190,241,133). Sum of RGB (Red+Green+Blue) = 190+241+133=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 241 (94.53% from 255 or 42.73% from 564); Blue value is 133 (52.34% from 255 or 23.58% from 564); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF185 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF185 is #410E7A. Grayscale: #D5D5D5. Windows color (decimal): -4263547 or 8778174. OLE color: 8778174.

HSL color Cylindrical-coordinate representation of color #BEF185: hue angle of 88.33º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BEF185 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB190241133-
CMYK0.2100.450.05
HSL88.33º79.41%73.33%-
HSV(B)88.33º44.81%94.51%-
XYZ56.9275.5533.77-
YUV213.4482.6111.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.69%
GREEN value IS 241 (94.53% from 255) = 42.73%
BLUE value IS 133 (52.34% from 255) = 23.58%
R=33.69%
G=42.73%
B=23.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902411330.2100.450.0588.3379.4173.33
HexBEF1851502D5584f49
Octal276361205250555130117111
Binary101111101111000110000101101010101101101101100010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF185; }

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

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

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

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

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

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

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

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