#BEF484

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

Shades of Sulu #BEF484

Tints of Sulu #BEF484

Color information

#BEF484 (or 0xBEF484) is unknown color: approx Sulu. HEX triplet: BE, F4 and 84. RGB value is (190,244,132). Sum of RGB (Red+Green+Blue) = 190+244+132=566 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.57% from 566); Green value is 244 (95.70% from 255 or 43.11% from 566); Blue value is 132 (51.95% from 255 or 23.32% from 566); Max value from RGB is 244 - color contains mainly: green. Hex color #BEF484 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF484 is #410B7B. Grayscale: #D7D7D7. Windows color (decimal): -4262780 or 8713406. OLE color: 8713406.

HSL color Cylindrical-coordinate representation of color #BEF484: hue angle of 88.93º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BEF484 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB190244132-
CMYK0.2200.460.04
HSL88.93º83.58%73.73%-
HSV(B)88.93º45.9%95.69%-
XYZ57.7577.3133.71-
YUV215.0981.11110.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.57%
GREEN value IS 244 (95.70% from 255) = 43.11%
BLUE value IS 132 (51.95% from 255) = 23.32%
R=33.57%
G=43.11%
B=23.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902441320.2200.460.0488.9383.5873.73
HexBEF4841602E459544a
Octal276364204260564131124112
Binary101111101111010010000100101100101110100101100110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF484; }

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

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

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

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

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

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

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

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