#BEF97D

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

Shades of Sulu #BEF97D

Tints of Sulu #BEF97D

Color information

#BEF97D (or 0xBEF97D) is unknown color: approx Sulu. HEX triplet: BE, F9 and 7D. RGB value is (190,249,125). Sum of RGB (Red+Green+Blue) = 190+249+125=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 249 (97.66% from 255 or 44.15% from 564); Blue value is 125 (49.22% from 255 or 22.16% from 564); Max value from RGB is 249 - color contains mainly: green. Hex color #BEF97D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF97D is #410682. Grayscale: #D9D9D9. Windows color (decimal): -4261507 or 8255934. OLE color: 8255934.

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

Color convert

RGB190249125-
CMYK0.2400.500.02
HSL88.55º91.18%73.33%-
HSV(B)88.55º49.8%97.65%-
XYZ58.8180.1831.78-
YUV217.2275.95108.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.69%
GREEN value IS 249 (97.66% from 255) = 44.15%
BLUE value IS 125 (49.22% from 255) = 22.16%
R=33.69%
G=44.15%
B=22.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1902491250.2400.500.0288.5591.1873.33
HexBEF97D180322595b49
Octal276371175300622131133111
Binary1011111011111001111110111000011001010101100110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF97D; }

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

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

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

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

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

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

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

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