#BDE680

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

Shades of Sulu #BDE680

Tints of Sulu #BDE680

Color information

#BDE680 (or 0xBDE680) is unknown color: approx Sulu. HEX triplet: BD, E6 and 80. RGB value is (189,230,128). Sum of RGB (Red+Green+Blue) = 189+230+128=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 230 (90.23% from 255 or 42.05% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE680 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE680 is #42197F. Grayscale: #CECECE. Windows color (decimal): -4331904 or 8447677. OLE color: 8447677.

HSL color Cylindrical-coordinate representation of color #BDE680: hue angle of 84.12º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDE680 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB189230128-
CMYK0.1800.440.10
HSL84.12º67.11%70.2%-
HSV(B)84.12º44.35%90.2%-
XYZ53.1868.9730.93-
YUV206.1183.92115.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.55%
GREEN value IS 230 (90.23% from 255) = 42.05%
BLUE value IS 128 (50.39% from 255) = 23.40%
R=34.55%
G=42.05%
B=23.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1892301280.1800.440.1084.1267.1170.2
HexBDE6801202CA544346
Octal2753462002205412124103106
Binary1011110111100110100000001001001011001010101010010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE680; }

 p { color: rgb(189,230,128); }

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

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

 a { background-color: rgb(189,230,128); }

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

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

 span { border-color: rgb(189,230,128); }

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