#BDF871

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

Shades of Sulu #BDF871

Tints of Sulu #BDF871

Color information

#BDF871 (or 0xBDF871) is unknown color: approx Sulu. HEX triplet: BD, F8 and 71. RGB value is (189,248,113). Sum of RGB (Red+Green+Blue) = 189+248+113=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 248 (97.27% from 255 or 45.09% from 550); Blue value is 113 (44.53% from 255 or 20.55% from 550); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF871 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF871 is #42078E. Grayscale: #D7D7D7. Windows color (decimal): -4327311 or 7469245. OLE color: 7469245.

HSL color Cylindrical-coordinate representation of color #BDF871: hue angle of 86.22º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDF871 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB189248113-
CMYK0.2400.540.03
HSL86.22º90.6%70.78%-
HSV(B)86.22º54.44%97.25%-
XYZ57.5379.1527.87-
YUV214.9770.45109.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.36%
GREEN value IS 248 (97.27% from 255) = 45.09%
BLUE value IS 113 (44.53% from 255) = 20.55%
R=34.36%
G=45.09%
B=20.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892481130.2400.540.0386.2290.670.78
HexBDF871180363565b47
Octal275370161300663126133107
Binary1011110111111000111000111000011011011101011010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF871; }

 p { color: rgb(189,248,113); }

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

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

 a { background-color: rgb(189,248,113); }

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

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

 span { border-color: rgb(189,248,113); }

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