#BEEF8D

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

Shades of Sulu #BEEF8D

Tints of Sulu #BEEF8D

Color information

#BEEF8D (or 0xBEEF8D) is unknown color: approx Sulu. HEX triplet: BE, EF and 8D. RGB value is (190,239,141). Sum of RGB (Red+Green+Blue) = 190+239+141=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 239 (93.75% from 255 or 41.93% from 570); Blue value is 141 (55.47% from 255 or 24.74% from 570); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEF8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEEF8D is #411072. Grayscale: #D5D5D5. Windows color (decimal): -4264051 or 9301950. OLE color: 9301950.

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

Color convert

RGB190239141-
CMYK0.2100.410.06
HSL90º75.38%74.51%-
HSV(B)90º41%93.73%-
XYZ56.9174.636.6-
YUV213.1887.27111.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.33%
GREEN value IS 239 (93.75% from 255) = 41.93%
BLUE value IS 141 (55.47% from 255) = 24.74%
R=33.33%
G=41.93%
B=24.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902391410.2100.410.069075.3874.51
HexBEEF8D1502965a4b4b
Octal276357215250516132113113
Binary101111101110111110001101101010101001110101101010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEF8D; }

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

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

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

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

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

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

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

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