#BEF17E

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

Shades of Sulu #BEF17E

Tints of Sulu #BEF17E

Color information

#BEF17E (or 0xBEF17E) is unknown color: approx Sulu. HEX triplet: BE, F1 and 7E. RGB value is (190,241,126). Sum of RGB (Red+Green+Blue) = 190+241+126=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 241 (94.53% from 255 or 43.27% from 557); Blue value is 126 (49.61% from 255 or 22.62% from 557); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF17E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF17E is #410E81. Grayscale: #D5D5D5. Windows color (decimal): -4263554 or 8319422. OLE color: 8319422.

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

Color convert

RGB190241126-
CMYK0.2100.480.05
HSL86.61º80.42%71.96%-
HSV(B)86.61º47.72%94.51%-
XYZ56.4675.3631.31-
YUV212.6479.1111.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.11%
GREEN value IS 241 (94.53% from 255) = 43.27%
BLUE value IS 126 (49.61% from 255) = 22.62%
R=34.11%
G=43.27%
B=22.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902411260.2100.480.0586.6180.4271.96
HexBEF17E150305575048
Octal276361176250605127120110
Binary10111110111100011111110101010110000101101011110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF17E; }

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

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

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

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

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

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

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

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