#BEDF6F

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

Shades of Sulu #BEDF6F

Tints of Sulu #BEDF6F

Color information

#BEDF6F (or 0xBEDF6F) is unknown color: approx Sulu. HEX triplet: BE, DF and 6F. RGB value is (190,223,111). Sum of RGB (Red+Green+Blue) = 190+223+111=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 111 (43.75% from 255 or 21.18% from 524); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDF6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDF6F is #412090. Grayscale: #C8C8C8. Windows color (decimal): -4268177 or 7331774. OLE color: 7331774.

HSL color Cylindrical-coordinate representation of color #BEDF6F: hue angle of 77.68º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BEDF6F is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB190223111-
CMYK0.1500.500.13
HSL77.68º63.64%65.49%-
HSV(B)77.68º50.22%87.45%-
XYZ50.4964.8724.9-
YUV200.3677.57120.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.26%
GREEN value IS 223 (87.5% from 255) = 42.56%
BLUE value IS 111 (43.75% from 255) = 21.18%
R=36.26%
G=42.56%
B=21.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902231110.1500.500.1377.6863.6465.49
HexBEDF6FF032D4e4041
Octal2763371571706215116100101
Binary10111110110111111101111111101100101101100111010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDF6F; }

 p { color: rgb(190,223,111); }

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

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

 a { background-color: rgb(190,223,111); }

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

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

 span { border-color: rgb(190,223,111); }

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