#bef184

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

Shades of Sulu #BEF184

Tints of Sulu #BEF184

Color information

#BEF184 (or 0xBEF184) is unknown color: approx Sulu. HEX triplet: BE, F1 and 84. RGB value is (190,241,132). Sum of RGB (Red+Green+Blue) = 190+241+132=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 241 (94.53% from 255 or 42.81% from 563); Blue value is 132 (51.95% from 255 or 23.45% from 563); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF184 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF184 is #410E7B. Grayscale: #D5D5D5. Windows color (decimal): -4263548 or 8712638. OLE color: 8712638.

HSL color Cylindrical-coordinate representation of color #BEF184: hue angle of 88.07º degrees, saturation: 0.8, 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 #BEF184 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB190241132-
CMYK0.2100.450.05
HSL88.07º79.56%73.14%-
HSV(B)88.07º45.23%94.51%-
XYZ56.8675.5233.41-
YUV213.3282.1111.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.75%
GREEN value IS 241 (94.53% from 255) = 42.81%
BLUE value IS 132 (51.95% from 255) = 23.45%
R=33.75%
G=42.81%
B=23.45%

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
Decimal1902411320.2100.450.0588.0779.5673.14
HexBEF1841502D5585049
Octal276361204250555130120111
Binary101111101111000110000100101010101101101101100010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bef184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bef184; }

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

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

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

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

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

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

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

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