#BEDF70

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

Shades of Sulu #BEDF70

Tints of Sulu #BEDF70

Color information

#BEDF70 (or 0xBEDF70) is unknown color: approx Sulu. HEX triplet: BE, DF and 70. RGB value is (190,223,112). Sum of RGB (Red+Green+Blue) = 190+223+112=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 112 (44.14% from 255 or 21.33% from 525); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDF70 is #41208F. Grayscale: #C8C8C8. Windows color (decimal): -4268176 or 7397310. OLE color: 7397310.

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

Color convert

RGB190223112-
CMYK0.1500.500.13
HSL77.84º63.43%65.69%-
HSV(B)77.84º49.78%87.45%-
XYZ50.5564.8925.19-
YUV200.4878.07120.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.19%
GREEN value IS 223 (87.5% from 255) = 42.48%
BLUE value IS 112 (44.14% from 255) = 21.33%
R=36.19%
G=42.48%
B=21.33%

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
Decimal1902231120.1500.500.1377.8463.4365.69
HexBEDF70F032D4e3f42
Octal276337160170621511677102
Binary1011111011011111111000011110110010110110011101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDF70; }

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

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

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

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

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

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

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

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