#BEDF78

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

Shades of Sulu #BEDF78

Tints of Sulu #BEDF78

Color information

#BEDF78 (or 0xBEDF78) is unknown color: approx Sulu. HEX triplet: BE, DF and 78. RGB value is (190,223,120). Sum of RGB (Red+Green+Blue) = 190+223+120=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 120 (47.27% from 255 or 22.51% from 533); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDF78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDF78 is #412087. Grayscale: #C9C9C9. Windows color (decimal): -4268168 or 7921598. OLE color: 7921598.

HSL color Cylindrical-coordinate representation of color #BEDF78: hue angle of 79.22º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BEDF78 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB190223120-
CMYK0.1500.460.13
HSL79.22º61.68%67.25%-
HSV(B)79.22º46.19%87.45%-
XYZ51.0165.0827.64-
YUV201.3982.07119.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.65%
GREEN value IS 223 (87.5% from 255) = 41.84%
BLUE value IS 120 (47.27% from 255) = 22.51%
R=35.65%
G=41.84%
B=22.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902231200.1500.460.1379.2261.6867.25
HexBEDF78F02ED4f3e43
Octal276337170170561511776103
Binary1011111011011111111100011110101110110110011111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDF78; }

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

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

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

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

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

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

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

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