#BEF18A

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

Shades of Sulu #BEF18A

Tints of Sulu #BEF18A

Color information

#BEF18A (or 0xBEF18A) is unknown color: approx Sulu. HEX triplet: BE, F1 and 8A. RGB value is (190,241,138). Sum of RGB (Red+Green+Blue) = 190+241+138=569 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.39% from 569); Green value is 241 (94.53% from 255 or 42.36% from 569); Blue value is 138 (54.30% from 255 or 24.25% from 569); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF18A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF18A is #410E75. Grayscale: #D6D6D6. Windows color (decimal): -4263542 or 9105854. OLE color: 9105854.

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

Color convert

RGB190241138-
CMYK0.2100.430.05
HSL89.71º78.63%74.31%-
HSV(B)89.71º42.74%94.51%-
XYZ57.2875.6935.64-
YUV214.0185.1110.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.39%
GREEN value IS 241 (94.53% from 255) = 42.36%
BLUE value IS 138 (54.30% from 255) = 24.25%
R=33.39%
G=42.36%
B=24.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902411380.2100.430.0589.7178.6374.31
HexBEF18A1502B55a4f4a
Octal276361212250535132117112
Binary101111101111000110001010101010101011101101101010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF18A; }

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

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

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

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

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

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

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

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