#BCF78D

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

Shades of Sulu #BCF78D

Tints of Sulu #BCF78D

Color information

#BCF78D (or 0xBCF78D) is unknown color: approx Sulu. HEX triplet: BC, F7 and 8D. RGB value is (188,247,141). Sum of RGB (Red+Green+Blue) = 188+247+141=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 247 (96.88% from 255 or 42.88% from 576); Blue value is 141 (55.47% from 255 or 24.48% from 576); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF78D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF78D is #430872. Grayscale: #D9D9D9. Windows color (decimal): -4393075 or 9303996. OLE color: 9303996.

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

Color convert

RGB188247141-
CMYK0.2400.430.03
HSL93.4º86.89%76.08%-
HSV(B)93.4º42.91%96.86%-
XYZ58.8179.1437.37-
YUV217.2884.95107.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.64%
GREEN value IS 247 (96.88% from 255) = 42.88%
BLUE value IS 141 (55.47% from 255) = 24.48%
R=32.64%
G=42.88%
B=24.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1882471410.2400.430.0393.486.8976.08
HexBCF78D1802B35d574c
Octal274367215300533135127114
Binary10111100111101111000110111000010101111101110110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF78D; }

 p { color: rgb(188,247,141); }

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

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

 a { background-color: rgb(188,247,141); }

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

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

 span { border-color: rgb(188,247,141); }

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