#BDF781

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

Shades of Sulu #BDF781

Tints of Sulu #BDF781

Color information

#BDF781 (or 0xBDF781) is unknown color: approx Sulu. HEX triplet: BD, F7 and 81. RGB value is (189,247,129). Sum of RGB (Red+Green+Blue) = 189+247+129=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 247 (96.88% from 255 or 43.72% from 565); Blue value is 129 (50.78% from 255 or 22.83% from 565); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF781 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF781 is #42087E. Grayscale: #D8D8D8. Windows color (decimal): -4327551 or 8517565. OLE color: 8517565.

HSL color Cylindrical-coordinate representation of color #BDF781: hue angle of 89.49º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDF781 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB189247129-
CMYK0.2300.480.03
HSL89.49º88.06%73.73%-
HSV(B)89.49º47.77%96.86%-
XYZ58.2178.9332.94-
YUV216.2178.78108.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.45%
GREEN value IS 247 (96.88% from 255) = 43.72%
BLUE value IS 129 (50.78% from 255) = 22.83%
R=33.45%
G=43.72%
B=22.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892471290.2300.480.0389.4988.0673.73
HexBDF78117030359584a
Octal275367201270603131130112
Binary10111101111101111000000110111011000011101100110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF781; }

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

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

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

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

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

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

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

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