#BCFF78

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

Shades of Sulu #BCFF78

Tints of Sulu #BCFF78

Color information

#BCFF78 (or 0xBCFF78) is unknown color: approx Sulu. HEX triplet: BC, FF and 78. RGB value is (188,255,120). Sum of RGB (Red+Green+Blue) = 188+255+120=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 120 (47.27% from 255 or 21.31% from 563); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFF78 is #430087. Grayscale: #DCDCDC. Windows color (decimal): -4391048 or 7929788. OLE color: 7929788.

HSL color Cylindrical-coordinate representation of color #BCFF78: hue angle of 89.78º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCFF78 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB188255120-
CMYK0.2600.530
HSL89.78º100%73.53%-
HSV(B)89.78º52.94%100%-
XYZ59.8983.5730.74-
YUV219.5871.8105.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.39%
GREEN value IS 255 (100% from 255) = 45.29%
BLUE value IS 120 (47.27% from 255) = 21.31%
R=33.39%
G=45.29%
B=21.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882551200.2600.53089.7810073.53
HexBCFF781A03505a644a
Octal274377170320650132144112
Binary101111001111111111110001101001101010101101011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFF78; }

 p { color: rgb(188,255,120); }

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

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

 a { background-color: rgb(188,255,120); }

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

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

 span { border-color: rgb(188,255,120); }

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