#BEF97F

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

Shades of Sulu #BEF97F

Tints of Sulu #BEF97F

Color information

#BEF97F (or 0xBEF97F) is unknown color: approx Sulu. HEX triplet: BE, F9 and 7F. RGB value is (190,249,127). Sum of RGB (Red+Green+Blue) = 190+249+127=566 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.57% from 566); Green value is 249 (97.66% from 255 or 43.99% from 566); Blue value is 127 (50% from 255 or 22.44% from 566); Max value from RGB is 249 - color contains mainly: green. Hex color #BEF97F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF97F is #410680. Grayscale: #D9D9D9. Windows color (decimal): -4261505 or 8387006. OLE color: 8387006.

HSL color Cylindrical-coordinate representation of color #BEF97F: hue angle of 89.02º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BEF97F is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB190249127-
CMYK0.2400.490.02
HSL89.02º91.04%73.73%-
HSV(B)89.02º49%97.65%-
XYZ58.9480.2332.46-
YUV217.4576.95108.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.57%
GREEN value IS 249 (97.66% from 255) = 43.99%
BLUE value IS 127 (50% from 255) = 22.44%
R=33.57%
G=43.99%
B=22.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902491270.2400.490.0289.0291.0473.73
HexBEF97F180312595b4a
Octal276371177300612131133112
Binary1011111011111001111111111000011000110101100110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF97F; }

 p { color: rgb(190,249,127); }

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

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

 a { background-color: rgb(190,249,127); }

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

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

 span { border-color: rgb(190,249,127); }

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