#BDFC70

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

Shades of Sulu #BDFC70

Tints of Sulu #BDFC70

Color information

#BDFC70 (or 0xBDFC70) is unknown color: approx Sulu. HEX triplet: BD, FC and 70. RGB value is (189,252,112). Sum of RGB (Red+Green+Blue) = 189+252+112=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 252 (98.83% from 255 or 45.57% from 553); Blue value is 112 (44.14% from 255 or 20.25% from 553); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFC70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFC70 is #42038F. Grayscale: #D9D9D9. Windows color (decimal): -4326288 or 7404733. OLE color: 7404733.

HSL color Cylindrical-coordinate representation of color #BDFC70: hue angle of 87º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDFC70 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB189252112-
CMYK0.2500.560.01
HSL87º95.89%71.37%-
HSV(B)87º55.56%98.82%-
XYZ58.7281.6127.99-
YUV217.268.63107.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.18%
GREEN value IS 252 (98.83% from 255) = 45.57%
BLUE value IS 112 (44.14% from 255) = 20.25%
R=34.18%
G=45.57%
B=20.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892521120.2500.560.018795.8971.37
HexBDFC70190381576047
Octal275374160310701127140107
Binary101111011111110011100001100101110001101011111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFC70; }

 p { color: rgb(189,252,112); }

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

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

 a { background-color: rgb(189,252,112); }

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

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

 span { border-color: rgb(189,252,112); }

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