#BEEF7D

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

Shades of Sulu #BEEF7D

Tints of Sulu #BEEF7D

Color information

#BEEF7D (or 0xBEEF7D) is unknown color: approx Sulu. HEX triplet: BE, EF and 7D. RGB value is (190,239,125). Sum of RGB (Red+Green+Blue) = 190+239+125=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 239 (93.75% from 255 or 43.14% from 554); Blue value is 125 (49.22% from 255 or 22.56% from 554); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEF7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEEF7D is #411082. Grayscale: #D3D3D3. Windows color (decimal): -4264067 or 8253374. OLE color: 8253374.

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

Color convert

RGB190239125-
CMYK0.2100.480.06
HSL85.79º78.08%71.37%-
HSV(B)85.79º47.7%93.73%-
XYZ55.874.1630.78-
YUV211.3579.27112.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.30%
GREEN value IS 239 (93.75% from 255) = 43.14%
BLUE value IS 125 (49.22% from 255) = 22.56%
R=34.30%
G=43.14%
B=22.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1902391250.2100.480.0685.7978.0871.37
HexBEEF7D150306564e47
Octal276357175250606126116107
Binary10111110111011111111101101010110000110101011010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEEF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEEF7D; }

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

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

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

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

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

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

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

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