#BCFA7D

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

Shades of Sulu #BCFA7D

Tints of Sulu #BCFA7D

Color information

#BCFA7D (or 0xBCFA7D) is unknown color: approx Sulu. HEX triplet: BC, FA and 7D. RGB value is (188,250,125). Sum of RGB (Red+Green+Blue) = 188+250+125=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 250 (98.05% from 255 or 44.40% from 563); Blue value is 125 (49.22% from 255 or 22.20% from 563); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFA7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFA7D is #430582. Grayscale: #D9D9D9. Windows color (decimal): -4392323 or 8256188. OLE color: 8256188.

HSL color Cylindrical-coordinate representation of color #BCFA7D: hue angle of 89.76º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCFA7D is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB188250125-
CMYK0.2500.500.02
HSL89.76º92.59%73.53%-
HSV(B)89.76º50%98.04%-
XYZ58.6380.5431.86-
YUV217.2175.96107.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.39%
GREEN value IS 250 (98.05% from 255) = 44.40%
BLUE value IS 125 (49.22% from 255) = 22.20%
R=33.39%
G=44.40%
B=22.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882501250.2500.500.0289.7692.5973.53
HexBCFA7D1903225a5d4a
Octal274372175310622132135112
Binary1011110011111010111110111001011001010101101010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFA7D; }

 p { color: rgb(188,250,125); }

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

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

 a { background-color: rgb(188,250,125); }

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

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

 span { border-color: rgb(188,250,125); }

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