#BCF568

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

Shades of Sulu #BCF568

Tints of Sulu #BCF568

Color information

#BCF568 (or 0xBCF568) is unknown color: approx Sulu. HEX triplet: BC, F5 and 68. RGB value is (188,245,104). Sum of RGB (Red+Green+Blue) = 188+245+104=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 245 (96.09% from 255 or 45.62% from 537); Blue value is 104 (41.02% from 255 or 19.37% from 537); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF568 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF568 is #430A97. Grayscale: #D4D4D4. Windows color (decimal): -4393624 or 6878652. OLE color: 6878652.

HSL color Cylindrical-coordinate representation of color #BCF568: hue angle of 84.26º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCF568 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB188245104-
CMYK0.2300.580.04
HSL84.26º87.58%68.43%-
HSV(B)84.26º57.55%96.08%-
XYZ55.897725.01-
YUV211.8867.12110.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.01%
GREEN value IS 245 (96.09% from 255) = 45.62%
BLUE value IS 104 (41.02% from 255) = 19.37%
R=35.01%
G=45.62%
B=19.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882451040.2300.580.0484.2687.5868.43
HexBCF5681703A4545844
Octal274365150270724124130104
Binary10111100111101011101000101110111010100101010010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF568; }

 p { color: rgb(188,245,104); }

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

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

 a { background-color: rgb(188,245,104); }

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

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

 span { border-color: rgb(188,245,104); }

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