#BCFD75

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

Shades of Sulu #BCFD75

Tints of Sulu #BCFD75

Color information

#BCFD75 (or 0xBCFD75) is unknown color: approx Sulu. HEX triplet: BC, FD and 75. RGB value is (188,253,117). Sum of RGB (Red+Green+Blue) = 188+253+117=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 253 (99.22% from 255 or 45.34% from 558); Blue value is 117 (46.09% from 255 or 20.97% from 558); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFD75 is #43028A. Grayscale: #DADADA. Windows color (decimal): -4391563 or 7732668. OLE color: 7732668.

HSL color Cylindrical-coordinate representation of color #BCFD75: hue angle of 88.68º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCFD75 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB188253117-
CMYK0.2600.540.01
HSL88.68º97.14%72.55%-
HSV(B)88.68º53.75%99.22%-
XYZ59.0882.2329.59-
YUV218.0670.97106.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.69%
GREEN value IS 253 (99.22% from 255) = 45.34%
BLUE value IS 117 (46.09% from 255) = 20.97%
R=33.69%
G=45.34%
B=20.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882531170.2600.540.0188.6897.1472.55
HexBCFD751A0361596149
Octal274375165320661131141111
Binary101111001111110111101011101001101101101100111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFD75; }

 p { color: rgb(188,253,117); }

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

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

 a { background-color: rgb(188,253,117); }

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

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

 span { border-color: rgb(188,253,117); }

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