#BDE681

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

Shades of Sulu #BDE681

Tints of Sulu #BDE681

Color information

#BDE681 (or 0xBDE681) is unknown color: approx Sulu. HEX triplet: BD, E6 and 81. RGB value is (189,230,129). Sum of RGB (Red+Green+Blue) = 189+230+129=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 230 (90.23% from 255 or 41.97% from 548); Blue value is 129 (50.78% from 255 or 23.54% from 548); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE681 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE681 is #42197E. Grayscale: #CECECE. Windows color (decimal): -4331903 or 8513213. OLE color: 8513213.

HSL color Cylindrical-coordinate representation of color #BDE681: hue angle of 84.36º 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 #BDE681 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB189230129-
CMYK0.1800.440.10
HSL84.36º66.89%70.39%-
HSV(B)84.36º43.91%90.2%-
XYZ53.256931.28-
YUV206.2384.42115.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.49%
GREEN value IS 230 (90.23% from 255) = 41.97%
BLUE value IS 129 (50.78% from 255) = 23.54%
R=34.49%
G=41.97%
B=23.54%

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
Decimal1892301290.1800.440.1084.3666.8970.39
HexBDE6811202CA544346
Octal2753462012205412124103106
Binary1011110111100110100000011001001011001010101010010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE681; }

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

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

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

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

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

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

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

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