#BCFB7E

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

Shades of Sulu #BCFB7E

Tints of Sulu #BCFB7E

Color information

#BCFB7E (or 0xBCFB7E) is unknown color: approx Sulu. HEX triplet: BC, FB and 7E. RGB value is (188,251,126). Sum of RGB (Red+Green+Blue) = 188+251+126=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 251 (98.44% from 255 or 44.42% from 565); Blue value is 126 (49.61% from 255 or 22.30% from 565); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFB7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFB7E is #430481. Grayscale: #DADADA. Windows color (decimal): -4392066 or 8321980. OLE color: 8321980.

HSL color Cylindrical-coordinate representation of color #BCFB7E: hue angle of 90.24º degrees, saturation: 0.94, 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 #BCFB7E is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB188251126-
CMYK0.2500.500.02
HSL90.24º93.98%73.92%-
HSV(B)90.24º49.8%98.43%-
XYZ5981.1932.3-
YUV217.9176.13106.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.27%
GREEN value IS 251 (98.44% from 255) = 44.42%
BLUE value IS 126 (49.61% from 255) = 22.30%
R=33.27%
G=44.42%
B=22.30%

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
Decimal1882511260.2500.500.0290.2493.9873.92
HexBCFB7E1903225a5e4a
Octal274373176310622132136112
Binary1011110011111011111111011001011001010101101010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFB7E; }

 p { color: rgb(188,251,126); }

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

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

 a { background-color: rgb(188,251,126); }

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

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

 span { border-color: rgb(188,251,126); }

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