#bcf36e

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

Shades of Sulu #BCF36E

Tints of Sulu #BCF36E

Color information

#BCF36E (or 0xBCF36E) is unknown color: approx Sulu. HEX triplet: BC, F3 and 6E. RGB value is (188,243,110). Sum of RGB (Red+Green+Blue) = 188+243+110=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 243 (95.31% from 255 or 44.92% from 541); Blue value is 110 (43.36% from 255 or 20.33% from 541); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF36E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF36E is #430C91. Grayscale: #D3D3D3. Windows color (decimal): -4394130 or 7271356. OLE color: 7271356.

HSL color Cylindrical-coordinate representation of color #BCF36E: hue angle of 84.81º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCF36E is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB188243110-
CMYK0.2300.550.05
HSL84.81º84.71%69.22%-
HSV(B)84.81º54.73%95.29%-
XYZ55.675.9226.47-
YUV211.3970.78111.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.75%
GREEN value IS 243 (95.31% from 255) = 44.92%
BLUE value IS 110 (43.36% from 255) = 20.33%
R=34.75%
G=44.92%
B=20.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882431100.2300.550.0584.8184.7169.22
HexBCF36E170375555545
Octal274363156270675125125105
Binary10111100111100111101110101110110111101101010110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bcf36e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bcf36e; }

 p { color: rgb(188,243,110); }

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

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

 a { background-color: rgb(188,243,110); }

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

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

 span { border-color: rgb(188,243,110); }

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