#BDF877

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

Shades of Sulu #BDF877

Tints of Sulu #BDF877

Color information

#BDF877 (or 0xBDF877) is unknown color: approx Sulu. HEX triplet: BD, F8 and 77. RGB value is (189,248,119). Sum of RGB (Red+Green+Blue) = 189+248+119=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 248 (97.27% from 255 or 44.60% from 556); Blue value is 119 (46.88% from 255 or 21.40% from 556); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF877 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF877 is #420788. Grayscale: #D8D8D8. Windows color (decimal): -4327305 or 7862461. OLE color: 7862461.

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

Color convert

RGB189248119-
CMYK0.2400.520.03
HSL87.44º90.21%71.96%-
HSV(B)87.44º52.02%97.25%-
XYZ57.8879.2929.71-
YUV215.6573.45108.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.99%
GREEN value IS 248 (97.27% from 255) = 44.60%
BLUE value IS 119 (46.88% from 255) = 21.40%
R=33.99%
G=44.60%
B=21.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892481190.2400.520.0387.4490.2171.96
HexBDF877180343575a48
Octal275370167300643127132110
Binary1011110111111000111011111000011010011101011110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF877; }

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

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

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

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

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

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

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

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