#beef8f

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

Shades of Sulu #BEEF8F

Tints of Sulu #BEEF8F

Color information

#BEEF8F (or 0xBEEF8F) is unknown color: approx Sulu. HEX triplet: BE, EF and 8F. RGB value is (190,239,143). Sum of RGB (Red+Green+Blue) = 190+239+143=572 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.22% from 572); Green value is 239 (93.75% from 255 or 41.78% from 572); Blue value is 143 (56.25% from 255 or 25% from 572); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEF8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEEF8F is #411070. Grayscale: #D5D5D5. Windows color (decimal): -4264049 or 9433022. OLE color: 9433022.

HSL color Cylindrical-coordinate representation of color #BEEF8F: hue angle of 90.62º 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 #BEEF8F is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB190239143-
CMYK0.2100.400.06
HSL90.62º75%74.9%-
HSV(B)90.62º40.17%93.73%-
XYZ57.0674.6637.39-
YUV213.488.27111.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.22%
GREEN value IS 239 (93.75% from 255) = 41.78%
BLUE value IS 143 (56.25% from 255) = 25%
R=33.22%
G=41.78%
B=25%

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
Decimal1902391430.2100.400.0690.627574.9
HexBEEF8F1502865b4b4b
Octal276357217250506133113113
Binary101111101110111110001111101010101000110101101110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #beef8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #beef8f; }

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

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

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

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

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

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

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

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