#BDF177

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

Shades of Sulu #BDF177

Tints of Sulu #BDF177

Color information

#BDF177 (or 0xBDF177) is unknown color: approx Sulu. HEX triplet: BD, F1 and 77. RGB value is (189,241,119). Sum of RGB (Red+Green+Blue) = 189+241+119=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 241 (94.53% from 255 or 43.90% from 549); Blue value is 119 (46.88% from 255 or 21.68% from 549); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF177 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF177 is #420E88. Grayscale: #D3D3D3. Windows color (decimal): -4329097 or 7860669. OLE color: 7860669.

HSL color Cylindrical-coordinate representation of color #BDF177: hue angle of 85.57º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDF177 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB189241119-
CMYK0.2200.510.05
HSL85.57º81.33%70.59%-
HSV(B)85.57º50.62%94.51%-
XYZ55.7775.0629-
YUV211.5475.77111.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.43%
GREEN value IS 241 (94.53% from 255) = 43.90%
BLUE value IS 119 (46.88% from 255) = 21.68%
R=34.43%
G=43.90%
B=21.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892411190.2200.510.0585.5781.3370.59
HexBDF177160335565147
Octal275361167260635126121107
Binary10111101111100011110111101100110011101101011010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF177; }

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

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

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

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

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

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

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

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