#BDF681

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

Shades of Sulu #BDF681

Tints of Sulu #BDF681

Color information

#BDF681 (or 0xBDF681) is unknown color: approx Sulu. HEX triplet: BD, F6 and 81. RGB value is (189,246,129). Sum of RGB (Red+Green+Blue) = 189+246+129=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 246 (96.48% from 255 or 43.62% from 564); Blue value is 129 (50.78% from 255 or 22.87% from 564); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF681 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF681 is #42097E. Grayscale: #D8D8D8. Windows color (decimal): -4327807 or 8517309. OLE color: 8517309.

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

Color convert

RGB189246129-
CMYK0.2300.480.04
HSL89.23º86.67%73.53%-
HSV(B)89.23º47.56%96.47%-
XYZ57.978.3232.83-
YUV215.6279.12109.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.51%
GREEN value IS 246 (96.48% from 255) = 43.62%
BLUE value IS 129 (50.78% from 255) = 22.87%
R=33.51%
G=43.62%
B=22.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892461290.2300.480.0489.2386.6773.53
HexBDF68117030459574a
Octal275366201270604131127112
Binary101111011111011010000001101110110000100101100110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF681; }

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

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

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

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

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

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

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

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