#BCF66D

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

Shades of Sulu #BCF66D

Tints of Sulu #BCF66D

Color information

#BCF66D (or 0xBCF66D) is unknown color: approx Sulu. HEX triplet: BC, F6 and 6D. RGB value is (188,246,109). Sum of RGB (Red+Green+Blue) = 188+246+109=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 246 (96.48% from 255 or 45.30% from 543); Blue value is 109 (42.97% from 255 or 20.07% from 543); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF66D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF66D is #430992. Grayscale: #D5D5D5. Windows color (decimal): -4393363 or 7206588. OLE color: 7206588.

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

Color convert

RGB188246109-
CMYK0.2400.560.04
HSL85.4º88.39%69.61%-
HSV(B)85.4º55.69%96.47%-
XYZ56.4677.7126.49-
YUV213.0469.28110.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.62%
GREEN value IS 246 (96.48% from 255) = 45.30%
BLUE value IS 109 (42.97% from 255) = 20.07%
R=34.62%
G=45.30%
B=20.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882461090.2400.560.0485.488.3969.61
HexBCF66D180384555846
Octal274366155300704125130106
Binary10111100111101101101101110000111000100101010110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF66D; }

 p { color: rgb(188,246,109); }

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

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

 a { background-color: rgb(188,246,109); }

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

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

 span { border-color: rgb(188,246,109); }

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