#BEF17A

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

Shades of Sulu #BEF17A

Tints of Sulu #BEF17A

Color information

#BEF17A (or 0xBEF17A) is unknown color: approx Sulu. HEX triplet: BE, F1 and 7A. RGB value is (190,241,122). Sum of RGB (Red+Green+Blue) = 190+241+122=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 241 (94.53% from 255 or 43.58% from 553); Blue value is 122 (48.05% from 255 or 22.06% from 553); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF17A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF17A is #410E85. Grayscale: #D4D4D4. Windows color (decimal): -4263558 or 8057278. OLE color: 8057278.

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

Color convert

RGB190241122-
CMYK0.2100.490.05
HSL85.71º80.95%71.18%-
HSV(B)85.71º49.38%94.51%-
XYZ56.275.2629.98-
YUV212.1877.1112.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.36%
GREEN value IS 241 (94.53% from 255) = 43.58%
BLUE value IS 122 (48.05% from 255) = 22.06%
R=34.36%
G=43.58%
B=22.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902411220.2100.490.0585.7180.9571.18
HexBEF17A150315565147
Octal276361172250615126121107
Binary10111110111100011111010101010110001101101011010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF17A; }

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

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

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

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

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

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

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

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