#BEF172

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

Shades of Sulu #BEF172

Tints of Sulu #BEF172

Color information

#BEF172 (or 0xBEF172) is unknown color: approx Sulu. HEX triplet: BE, F1 and 72. RGB value is (190,241,114). Sum of RGB (Red+Green+Blue) = 190+241+114=545 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.86% from 545); Green value is 241 (94.53% from 255 or 44.22% from 545); Blue value is 114 (44.92% from 255 or 20.92% from 545); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF172 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF172 is #410E8D. Grayscale: #D3D3D3. Windows color (decimal): -4263566 or 7532990. OLE color: 7532990.

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

Color convert

RGB190241114-
CMYK0.2100.530.05
HSL84.09º81.94%69.61%-
HSV(B)84.09º52.7%94.51%-
XYZ55.7375.0727.47-
YUV211.2773.1112.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.86%
GREEN value IS 241 (94.53% from 255) = 44.22%
BLUE value IS 114 (44.92% from 255) = 20.92%
R=34.86%
G=44.22%
B=20.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902411140.2100.530.0584.0981.9469.61
HexBEF172150355545246
Octal276361162250655124122106
Binary10111110111100011110010101010110101101101010010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF172; }

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

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

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

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

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

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

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

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