#BEF174

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

Shades of Sulu #BEF174

Tints of Sulu #BEF174

Color information

#BEF174 (or 0xBEF174) is unknown color: approx Sulu. HEX triplet: BE, F1 and 74. RGB value is (190,241,116). Sum of RGB (Red+Green+Blue) = 190+241+116=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 241 (94.53% from 255 or 44.06% from 547); Blue value is 116 (45.70% from 255 or 21.21% from 547); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF174 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF174 is #410E8B. Grayscale: #D3D3D3. Windows color (decimal): -4263564 or 7664062. OLE color: 7664062.

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

Color convert

RGB190241116-
CMYK0.2100.520.05
HSL84.48º81.7%70%-
HSV(B)84.48º51.87%94.51%-
XYZ55.8475.1228.08-
YUV211.574.1112.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.73%
GREEN value IS 241 (94.53% from 255) = 44.06%
BLUE value IS 116 (45.70% from 255) = 21.21%
R=34.73%
G=44.06%
B=21.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902411160.2100.520.0584.4881.770
HexBEF174150345545246
Octal276361164250645124122106
Binary10111110111100011110100101010110100101101010010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF174; }

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

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

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

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

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

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

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

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