#BEEF90

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

Shades of Sulu #BEEF90

Tints of Sulu #BEEF90

Color information

#BEEF90 (or 0xBEEF90) is unknown color: approx Sulu. HEX triplet: BE, EF and 90. RGB value is (190,239,144). Sum of RGB (Red+Green+Blue) = 190+239+144=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 239 (93.75% from 255 or 41.71% from 573); Blue value is 144 (56.64% from 255 or 25.13% from 573); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEF90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEEF90 is #41106F. Grayscale: #D5D5D5. Windows color (decimal): -4264048 or 9498558. OLE color: 9498558.

HSL color Cylindrical-coordinate representation of color #BEEF90: hue angle of 90.95º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BEEF90 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB190239144-
CMYK0.2100.400.06
HSL90.95º74.8%75.1%-
HSV(B)90.95º39.75%93.73%-
XYZ57.1474.6937.79-
YUV213.5288.77111.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.16%
GREEN value IS 239 (93.75% from 255) = 41.71%
BLUE value IS 144 (56.64% from 255) = 25.13%
R=33.16%
G=41.71%
B=25.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902391440.2100.400.0690.9574.875.1
HexBEEF901502865b4b4b
Octal276357220250506133113113
Binary101111101110111110010000101010101000110101101110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEF90; }

 p { color: rgb(190,239,144); }

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

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

 a { background-color: rgb(190,239,144); }

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

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

 span { border-color: rgb(190,239,144); }

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